diff --git a/Classes/BuboNodeProxy.sc b/Classes/BuboNodeProxy.sc index 37b8a6e..a9c5f40 100644 --- a/Classes/BuboNodeProxy.sc +++ b/Classes/BuboNodeProxy.sc @@ -8,15 +8,15 @@ ^this; } - fx1 { arg wet, function; this.fx(\wet100, wet, function); } - fx2 { arg wet, function; this.fx(\wet200, wet, function); } - fx3 { arg wet, function; this.fx(\wet300, wet, function); } - fx4 { arg wet, function; this.fx(\wet400, wet, function); } - fx5 { arg wet, function; this.fx(\wet500, wet, function); } - fx6 { arg wet, function; this.fx(\wet600, wet, function); } - fx7 { arg wet, function; this.fx(\wet700, wet, function); } - fx8 { arg wet, function; this.fx(\wet800, wet, function); } - fx9 { arg wet, function; this.fx(\wet900, wet, function); } + fx1 { arg wet, function; this.fx(100, wet, function); } + fx2 { arg wet, function; this.fx(200, wet, function); } + fx3 { arg wet, function; this.fx(300, wet, function); } + fx4 { arg wet, function; this.fx(400, wet, function); } + fx5 { arg wet, function; this.fx(500, wet, function); } + fx6 { arg wet, function; this.fx(600, wet, function); } + fx7 { arg wet, function; this.fx(700, wet, function); } + fx8 { arg wet, function; this.fx(800, wet, function); } + fx9 { arg wet, function; this.fx(900, wet, function); } wet { arg number=1, wet=1; this.set(("wet" ++ number).asSymbol, wet);