correct mistake

This commit is contained in:
2024-01-06 15:21:21 +01:00
parent 1de44dc539
commit 17275e59ca

View File

@ -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);