You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support user-specified wavetables (for oscillators, static envelopes, etc.), we need at least two new signals:
Something like Flocking's readBuffer, which cycles through a buffer based on its phase input
One or more phasors, which either take a specified frequency (such as in CSound) or a step size and rate per step (as in SuperCollider and Flocking) and integrate a normalized phase value (i.e. 0->1) accordingly. Either way, a trigger input should enable the phase to be reset to the beginning.
The text was updated successfully, but these errors were encountered:
In order to support user-specified wavetables (for oscillators, static envelopes, etc.), we need at least two new signals:
readBuffer
, which cycles through a buffer based on itsphase
inputThe text was updated successfully, but these errors were encountered: