Files
BuboQuark/Classes/Configuration/Startup.scd
Raphaël Forment 208826fd66 Tweaking stuff and FX
Trying to get yet another alternative syntax for writing fxs easily
2024-05-29 13:41:11 +02:00

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;