Tweaking stuff and FX

Trying to get yet another alternative syntax for writing fxs easily
This commit is contained in:
2024-05-29 13:41:11 +02:00
parent 2b15a9edfc
commit 208826fd66
5 changed files with 338 additions and 45 deletions

View File

@ -4,7 +4,7 @@ Boot {
classvar <>localPath;
classvar <>samplePath;
classvar <>serverOptions;
*new {
arg configPath, samplePath, serverOptions;
var pspace; var server; var d; var e;
@ -44,12 +44,9 @@ Boot {
// Setting up the audio samples/buffers manager
Bank.lazyLoading = true;
Bank.root = this.samplePath;
"=> Loading audio samples:".postln;
Bank.list.postln;
// Post actions: installing behavior after server boot
Server.default.waitForBoot({
server.latency = 0.3;
// Resume normal boot sequence