/* constants, keep in sync with CockatooProgram.h */
CURRENT_IMPLEMENTATION: 10,
MIN_PITCH: -3,
MAX_PITCH: 3,

/* config */
debug: false,
debugMenu: false,
undoHistory: 100,
mouseClickVelocity: 100, // on change, remember to change "preview" actions in main.cushy and autoexec.pika too.
versionCheckURL: "http://www.soniccharge.com/spversioncheck",
versionCheckRate: 2000, // ms between version-check result processing
versionCheckInterval: 3, // days between checks
purchaseURL: "http://www.soniccharge.com/sppurchase",
randomGeneVariance: 0.25,

hintWindow: {
	offset: { 0, 20 },
	height: 15,
	extraWidth: 4,
	bgColor: 0xFFFFFF,
	textOffset: { 2, 12 },
	textColor: 0x000000,
	textFont: { size: 10 } // default 'face'
},

defaultProgramsPaths: {
	// PC is relative to DLL
	windows: "..\\Synplant Patches\\"
	
	// Mac is relative to /Library/Audio/
	mac: "Presets/Sonic Charge/Synplant Patches/"
},

documentationPaths: {
	// PC is relative to DLL
	windows: "..\\Synplant Docs\\"
	
	// Mac is relative to /Library/Documentation/
	mac: "Plug-Ins/Sonic Charge/"
}
