I have this synthesizer that reads a function table (Made in GEN16 routine) and I want to control its values with slider widgets.
The values of the table in GEN16 are the waveform of the synthesizer.
In the image below you can see small sliders that should control the values of the table in GEN16 (beg, dur1, type1, val2, etc.).
The values should be able to be updated in real time, and see the change in real time on the graph.
I don’t know a correct way to make this work; I’m someone very basic in programming. I have tried to do it with tablew but I can’t seem to get the hang of it.
Any way you can help me?