@bocanegra said:
Sooo, best way is to add the offset as a fraction (offset in samples / total samples) then run the ramp through a [wrap~] before you scale it up with the multiplier. Like this:
[phasor~][/~] <- offset/length
|/
[+~]
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.