Use safetynet by default

This commit is contained in:
2024-01-04 01:11:11 +01:00
parent 9efa3246b4
commit 88420b0cbc
3 changed files with 7 additions and 5 deletions

View File

@ -46,7 +46,7 @@ Boot {
Server.default.waitForBoot({
"-> Loading config from: %".format(configPath ? (this.localPath +/+ "Startup.scd")).postln;
(configPath ? (this.localPath +/+ "Startup.scd")).load;
StageLimiter.activate;
// StageLimiter.activate; // NOTE: replaced by SafetyNet
this.fancyPrint(ready, 40);
this.installServerTreeBehavior();
this.clock.enableMeterSync();