6 lines
86 B
Python
6 lines
86 B
Python
Wah {
|
|
*ar { arg signal, speed;
|
|
^(signal * SinOsc.ar(speed).range(0.1, 1))
|
|
}
|
|
}
|