saner boot sequence
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
c = currentEnvironment.clock;
|
||||
MIDIClient.init;
|
||||
m = MIDIOut.newByName("MIDI", "Bus 1");
|
||||
p = currentEnvironment;
|
||||
c = currentEnvironment.clock;
|
||||
"Loading SynthDefs".postln;
|
||||
"Synthdefs.scd".loadRelative;
|
||||
// m = MIDIOut.newByName("MIDI", "Bus 1");
|
||||
|
||||
Reference in New Issue
Block a user