mise à jour pour performance
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
// Setting up MIDI for hardware performances
|
||||
"Initialising MIDI...".postln;
|
||||
MIDIClient.init;
|
||||
p = currentEnvironment;
|
||||
c = currentEnvironment.clock;
|
||||
"Loading SynthDefs".postln;
|
||||
|
||||
// Space for loading custom SynthDefs
|
||||
"Loading SynthDefs...".postln;
|
||||
"Synthdefs.scd".loadRelative;
|
||||
|
||||
Reference in New Issue
Block a user