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