remove weird amplitude limitation

This commit is contained in:
2024-01-04 13:43:37 +01:00
parent 88420b0cbc
commit adbc8175c4
2 changed files with 3 additions and 2 deletions

View File

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