update again

This commit is contained in:
2024-01-04 16:24:46 +01:00
parent 1b3e605884
commit 61d2c77b6d
3 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,7 @@
fx {
arg number=1, wet=1, function = {|in| in};
this[number] = \filter -> function;
if (wet > 1, {wet = 1});
this.set(("wet" ++ number).asSymbol, wet);
^this;
}