10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
// Setting up MIDI for hardware performances
|
|
"Initialising MIDI...".postln;
|
|
MIDIClient.init;
|
|
p = currentEnvironment;
|
|
c = currentEnvironment.clock;
|
|
|
|
// Space for loading custom SynthDefs
|
|
"Loading SynthDefs...".postln;
|
|
"Synthdefs.scd".loadRelative;
|