30 Mar
2012
30 Mar
'12
6:31 p.m.
On Fri, Mar 30, 2012 at 6:27 PM, Matt Bard
Is there a way that I can read individual sample's values? Does ChucK have some method of giving me those as floats/ints? I'd like to monitor each sample's current value to create a Schmitt Trigger, for example.
You can use last() to get the last sample any UGen produced. SinOsc s => dac; repeat(50) { samp => now; <<< s.last() >>>; } -- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/