Hi all,
I'm currently working on a project where I'd like to store waveforms in tables or arrays which I could then use with some kind of line objects as amplitude envelope generators for triggered events.
I've been able to figure out how to create break point style tables via the documentation (like a standard ADSR), but I'm wondering, is it possible to generate tables/arrays using exponential/logarithmic curves?
I'm thinking of these as similar to the kinds of unipolar tables that are generated using the GEN08, GEN05 families in Csound, that are read with an oscil1 or phasor.
With this approach I'm hoping I can simply swap tables in and out of different patches when I need them.
I'm fairly new at Pd and Csound and have only been studying them for about a year, so if its something obvious or simple I apologize.
Thanks for your help!!