1 // run each stooge, or run three stooges concurrently
2 // %> chuck moe larry curly
3 // impulse to filter to dac
4 impulse i => biquad f => dac;
5 // set the filter's pole radius
7 // set equal gain zeros
9 // initialize float variable
17 // set the current sample/impulse
19 // sweep the filter resonant frequency
20 std.abs(math.sin(v)) * 800.0 => f.pfreq;