// patch Impulse i => TwoPole f => dac; // filter params 440 => f.freq; // set radius .9999 => f.radius; // set gai .1 => f.gain; while( true ) { // fire! 1 => i.next; // advance time 500::ms => now; }