Signal driven envelopes
Sep 22 2021 | 8:42 am
What do you use as a signal driven envelope? By envelope I mean custom-drawn envelopes, not logarithmic curves and such. I can think of only these 3 solutions and they are not perfect:
1. Drawing an envelope in a waveform~ and sending it to a buffer~ then driving that buffer's lookup~ with a phasor~. This combination seems clumsy to draw
2. techno~ object seems CPU heavy
3. zigzag~ does not accept curved data
Is there maybe a way to translate data from the function object to a peek~ or poke~?