I want to use a set of toggle buttons to turn on pulses and I want to read through this set at about 4000hz.
I tried using a SoundToGlobalController but the trigger in the value field is going to fast, I think.
Here's a picture of the STGC and the grid of toggle buttons.
Update:
I tried another experiment using an oscillator. I put the following expression in the frequency parameter:
and this doesn't work - meaning it doesn't vary the frequency of the oscillator. If I slow the tick down to 1/50 s then this works. The frequency parameter can take an audio rate input, so I'm presuming there's something about this expression that can't run at audio rates. Is it "tick" or "nextIndexMod:" or the look up into the array of VCS controls?