View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

leer+

<code>hardwareSetup { 
		super.hardwareSetup;
		false.trace;
		if (Synth.hardwareName == 'Korg 1212 IO', {
			// who knows anymore?
			Synth.setOutputRouting([5, 6, 7, 8, 1, 2, 3, 4, 9, 10, 11, 12]);
			Synth.setInputRouting([5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4]);
		},{
			Synth.normalRouting;
		});
	}

	initLib { 	
		Library.put([ 'dummy' ], 1).removeAt([ 'dummy' ]); // init Library class.
		
		SC.initClass;