saner boot sequence
This commit is contained in:
@ -24,7 +24,7 @@ Boot {
|
|||||||
Bank.root = samplePath ? "/Users/bubo/.config/livecoding/samples";
|
Bank.root = samplePath ? "/Users/bubo/.config/livecoding/samples";
|
||||||
Bank.lazyLoading = true;
|
Bank.lazyLoading = true;
|
||||||
Server.default.waitForBoot({
|
Server.default.waitForBoot({
|
||||||
(localPath +/+ "Synthdefs.scd").load;
|
"-> Loading config from: %".format(localPath +/+ "Startup.scd").postln;
|
||||||
(localPath+/+ "Startup.scd").load;
|
(localPath+/+ "Startup.scd").load;
|
||||||
StageLimiter.activate;
|
StageLimiter.activate;
|
||||||
this.fancyPrint(ready, 40);
|
this.fancyPrint(ready, 40);
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
c = currentEnvironment.clock;
|
|
||||||
MIDIClient.init;
|
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");
|
||||||
|
|||||||
Reference in New Issue
Block a user