Hello,
Just joined the forums here. I'm still fairly new to PD so this may be the first of a long series of questions to help me achieve a college project.
So for this 1st one, I have a wavetable oscillator reading from a message using a "sinesum" synthesis implementation. The $1 put here is just a placeholder to indicate I will have a list of partials (up to a hundred) with different amplitudes. But the important part is that this list will be constantly updated in real-time, at audio rate.
How can I go about creating a dynamically changing list (which will have to be derived from an array as I will be performing real-time maths on all elements of this array) and constantly update the message box here so that the [tabosc4~] is also updated in real-time.
Note: this is a yet incomplete post, I will add more info in the hours to come, but feel free to post suggestions if you have any at this stage.