1 // run each stooge, or run three stooges concurrently
2 // %> chuck moe larry curly
4 // impulse to filter to dac
5 Impulse i => BiQuad f => dac;
6 // set the filter's pole radius
8 // set equal gain zeros
10 // initialize float variable
18 // set the current sample/impulse
20 // sweep the filter resonant frequency
21 Std.fabs(Math.sin(v)) * 800.0 => f.pfreq;