mise à jour pour performance

This commit is contained in:
2024-05-01 11:16:06 +02:00
parent 26f744c575
commit 775e7efed7
7 changed files with 252 additions and 171 deletions

View File

@ -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;