aboutsummaryrefslogtreecommitdiffstats
path: root/classes/Bowelyzer.sc
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Bowelyzer.sc')
-rw-r--r--classes/Bowelyzer.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Bowelyzer.sc b/classes/Bowelyzer.sc
index cea4c55..1841cb7 100644
--- a/classes/Bowelyzer.sc
+++ b/classes/Bowelyzer.sc
@@ -63,7 +63,7 @@ Bowelyzer{
switch(type,
\name,{
// if the name is not empty and not used, change to it
- if((update != "") && config.config.at(\inputs).includesKey(update).not, {
+ if((update.asString != "") && config.config.at(\inputs).includesKey(update).not, {
//move the controls
config.config.at(\controls).put(update.asSymbol, config.config.at(\controls).at(name));
config.config.at(\controls).removeAt(name.asSymbol);