Calculate Waveform out of List (multislider to oscbank)
Hey, I'm currently working on an Additive based Patch an I'm wondering if there is a way to calculate the Waveform out of the Multislider Data I'm sending to the oscbank in realtime.
This is a great feature and can be found for example in FM8 or Absynth. Does anybody has some tips on what objects to use for this?
If you mean "drawing" the waveform with multislider, you can use uzi and peek~ to write the values to your buffer~. There's also an example like this in the click~ help file, I think.
You can also just use waveform~ in draw mode, but multislider gives you some other options like preset or pattr, and different ways to change the appearance.
Thanks for your help Seejay. What I mean is that I send the Multislider as List to OSCBank. Is there a way of calculating the resulting Waveform of the combined Sinewave without turning DSP on and be able to display it for example in the LCD object?
I'm brand new to Max so I don't know if this is possible.. but how can there be a resulting waveform of combined signals if there is no signal processor to process them? It seems like you are looking for some sort of interpolated data set.. rather than the output of a non-interpolating bank of oscillators.
For Example in Asbynth you can set the Amplitude and Phase of the Partials and it creates the Waveform automatically without DSP running. I'm sure it's possible to calculate the final waveform data out of the frequency, amplitude and phase value of each sine wave, but I can't find the right way to approach this.