Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Composing > SID Factory II
2020-06-05 15:41
JCH

Registered: Aug 2008
Posts: 200
SID Factory II

Laxity and I have decided to go BETA with SID Factory II to let all curious SID composers also have a go at this cross-platform SID editor.

We have a Facebook group that you are welcome to join. There's also a nifty user manual there. If you're not on Facebook, this thread should serve as another place where we can share questions, ideas, music, bugs, new builds, additional files, etc.

Please note that although SID Factory II is quite stable and more than capable of editing SID tunes at this point, it is still missing a few essential things such as e.g. sub tunes. We have a solid ToDo and will post new builds here as they become available.

The first official BETA build: SIDFactoryII_20200604.zip
 
... 145 posts hidden. Click here to view all posts....
 
2020-08-20 00:11
Isildur

Registered: Sep 2006
Posts: 275
Quote: Quote:
"FLAGS=-O2 -Wall -g -no-pie"

make this "FLAGS=-O2 -Wall -Wno-reorder -no-pie" for less useless warnings and much smaller executable :)


This is great!
SF2 previously:28,6 MB, and now: 1,3 MB
cool :)
2020-08-20 00:14
CreaMD

Registered: Dec 2001
Posts: 3057
I'm just here to say. What a community. Wow! Love you guys.
2020-08-20 10:44
Isildur

Registered: Sep 2006
Posts: 275
I raw-tweaked a bit file "color.cpp" to set less eye burning colors.


If someone interested just replace original with these:
		m_Colors[0x00] = 0x00000000;		// Black
		m_Colors[0x01] = 0xffbdbdbd;		// White
		m_Colors[0x02] = 0xff844b40;		// Red
		m_Colors[0x03] = 0xff2f504a;		// Green
		m_Colors[0x04] = 0xff364469;		// Blue
		m_Colors[0x05] = 0xffbd9441;		// Yellow
		m_Colors[0x06] = 0xffff8080;		// Light Red
		m_Colors[0x07] = 0xff69c68b;		// Light Green
		m_Colors[0x08] = 0xff6b72a5;		// Light Blue
		m_Colors[0x09] = 0xffe7be8e;		// Light Yellow
		m_Colors[0x0a] = 0xff800000;		// Dark Red
		m_Colors[0x0b] = 0xff006000;		// Dark Green
		m_Colors[0x0c] = 0xff1e222f;		// Dark Blue
		m_Colors[0x0d] = 0xff707000;		// Dark Yellow
		m_Colors[0x0e] = 0xffc0c0c0;		// Lighter grey
		m_Colors[0x0f] = 0xff888888;		// Light grey
		m_Colors[0x10] = 0xff707070;		// Grey
		m_Colors[0x11] = 0xff25282d;		// Dark Grey
		m_Colors[0x12] = 0xff202020;		// Darker Grey
		m_Colors[0x13] = 0xff5d2323;		// Darker Red
		m_Colors[0x14] = 0xff004800;		// Darker Green
		m_Colors[0x15] = 0xff000060;		// Darker Blue
		m_Colors[0x16] = 0xff4c4c00;		// Darker Yellow
2020-08-20 12:35
JCH

Registered: Aug 2008
Posts: 200
Interesting coincidence, the next version of SF2 will have color definitions and color schemes.
2020-08-20 17:44
Jammer

Registered: Nov 2002
Posts: 1335
Quoting Isildur
I raw-tweaked a bit file "color.cpp" to set less eye burning colors.


I'd use that! <3
2020-08-20 20:04
DKT

Registered: Aug 2004
Posts: 99
You never choose wrong with Isildur's choices ;)
BTW It's fun to see hyenas pick at Laxity's work and tear it apart in all ways ;)
2020-08-20 21:52
Mixer

Registered: Apr 2008
Posts: 452
UI scaling, plz?
2020-08-20 22:55
Isildur

Registered: Sep 2006
Posts: 275
Quote: UI scaling, plz?

+1
2020-08-21 22:57
Laxity

Registered: Aug 2005
Posts: 459
Quote: I raw-tweaked a bit file "color.cpp" to set less eye burning colors.


If someone interested just replace original with these:
		m_Colors[0x00] = 0x00000000;		// Black
		m_Colors[0x01] = 0xffbdbdbd;		// White
		m_Colors[0x02] = 0xff844b40;		// Red
		m_Colors[0x03] = 0xff2f504a;		// Green
		m_Colors[0x04] = 0xff364469;		// Blue
		m_Colors[0x05] = 0xffbd9441;		// Yellow
		m_Colors[0x06] = 0xffff8080;		// Light Red
		m_Colors[0x07] = 0xff69c68b;		// Light Green
		m_Colors[0x08] = 0xff6b72a5;		// Light Blue
		m_Colors[0x09] = 0xffe7be8e;		// Light Yellow
		m_Colors[0x0a] = 0xff800000;		// Dark Red
		m_Colors[0x0b] = 0xff006000;		// Dark Green
		m_Colors[0x0c] = 0xff1e222f;		// Dark Blue
		m_Colors[0x0d] = 0xff707000;		// Dark Yellow
		m_Colors[0x0e] = 0xffc0c0c0;		// Lighter grey
		m_Colors[0x0f] = 0xff888888;		// Light grey
		m_Colors[0x10] = 0xff707070;		// Grey
		m_Colors[0x11] = 0xff25282d;		// Dark Grey
		m_Colors[0x12] = 0xff202020;		// Darker Grey
		m_Colors[0x13] = 0xff5d2323;		// Darker Red
		m_Colors[0x14] = 0xff004800;		// Darker Green
		m_Colors[0x15] = 0xff000060;		// Darker Blue
		m_Colors[0x16] = 0xff4c4c00;		// Darker Yellow


Hey buddy,

Can I steal those colors for a color scheme? Looks pretty neat?
2020-08-21 23:17
Isildur

Registered: Sep 2006
Posts: 275
Quote: Hey buddy,

Can I steal those colors for a color scheme? Looks pretty neat?


Of course :)
Previous - 1 | ... | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Didi/Laxity
Alakran_64
Yogibear/Protovision
Guests online: 145
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.6)
5 Edge of Disgrace  (9.6)
6 What Is The Matrix 2  (9.6)
7 The Demo Coder  (9.6)
8 Uncensored  (9.6)
9 Comaland 100%  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 No Listen  (9.6)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.6)
6 Dawnfall V1.1  (9.5)
7 Rainbow Connection  (9.5)
8 Onscreen 5k  (9.5)
9 Morph  (9.5)
10 Libertongo  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Triad  (9.3)
5 Censor Design  (9.3)
Top Crackers
1 Mr. Z  (9.9)
2 Antitrack  (9.8)
3 OTD  (9.8)
4 Fungus  (9.8)
5 S!R  (9.8)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.044 sec.