saner boot sequence

This commit is contained in:
2023-12-29 21:33:57 +01:00
parent 6f1fdf4d0c
commit da57969415
2 changed files with 6 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Boot {
Bank.root = samplePath ? "/Users/bubo/.config/livecoding/samples";
Bank.lazyLoading = true;
Server.default.waitForBoot({
(localPath +/+ "Synthdefs.scd").load;
"-> Loading config from: %".format(localPath +/+ "Startup.scd").postln;
(localPath+/+ "Startup.scd").load;
StageLimiter.activate;
this.fancyPrint(ready, 40);

View File

@ -1,3 +1,6 @@
c = currentEnvironment.clock;
MIDIClient.init;
m = MIDIOut.newByName("MIDI", "Bus 1");
p = currentEnvironment;
c = currentEnvironment.clock;
"Loading SynthDefs".postln;
"Synthdefs.scd".loadRelative;
// m = MIDIOut.newByName("MIDI", "Bus 1");