@esaruoho said:

Hi @bocanegra - just wondering, what kind of a number would i be putting into [/~] ? if the array is 65536, then should i divide (and it appears to be an audio-divide) the incoming 0...1 numberspace (coming from my midicontroller knob)?

this is the bit that i'm most confused about.

Me I'd use a controller ranging from 0 to full sample length, so I can pick the exact sample offset, then divide by full sample length (to get a float between zero and one) before adding it to the phasors signal. But if you're fine with a 0 to 1 controller just forget about the [/ ] object