aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bowelyzer.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bowelyzer.sc b/Bowelyzer.sc
index e2d868a..d9a1426 100644
--- a/Bowelyzer.sc
+++ b/Bowelyzer.sc
@@ -85,6 +85,7 @@ Bowelyzer{
this.setupLevelListener(update, NetAddr.new(config.config.at(\synthServerAddress), config.config.at(\synthServerPort)));
// free the synth on the server and start a new one according to the config
analyzer.freeAnalysisSynth(name.asSymbol);
+ analyzer.synths.removeAt(name);
analyzer.addSynthWithName(update);
//TODO: only start the Synth, if the channel toggle button is okay
Routine{