Hi,
I'm trying to find a convenient way to fill up the partials in a sinesum message. My intention is to create several more complex waveforms.
I wrote the following patch which I attach, for generating a sawtooth (1/n). It doesn't work and I guess its because I'm not familiar with using lists. I wanted to get 30 values and append them one by one to get a list, then send the list into the sinesum message.
my questions:
- Is it possible to fix the patch so it can work, using
?
- Looking for a more elegant way to do the same thing...
Thanks a lot!
y