7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
MIDIClient.init;
|
|
p = currentEnvironment;
|
|
c = currentEnvironment.clock;
|
|
"Loading SynthDefs".postln;
|
|
"Synthdefs.scd".loadRelative;
|
|
// m = MIDIOut.newByName("MIDI", "Bus 1");
|