wavetable sequencer

djstumerch's icon

can anyone tell me what the two graph objects are in this patch?
I am trying to create a patch where an external controller can be used to draw a waveform which can then be synthesised using wavetable synthesis. Any other relevant links or documents would be much appreciated.
Thanks

brendan mccloskey's icon

The top graph is a [multislider] object with 256 sliders, and the lower one is the [waveform~] object, with a [setmode 4] message which allows drawing.

Brendan