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.abs(math.sin(v)) * 4000.0 => f.pfreq;