Is it possible to get feedback in techno~ GUI object ?
Hello,
I would like to use the techno~ object with the specific GUI : technoui (jsui object available in techno~ maxhelp).
I would like to control the techno~ object directly with precise messages (pos 1 0,25 ; amp 2 0.5 ... for example).
Unfortunately, I can't get the feedback of my control in the technoui object.
Do you know how to do that ?
Thank a lot,
Alex
Send those same messages to the GUI object instead of directly to techno~, this way the graphic representation and the processing objects get updated.
Thank you very much.
It works perfectly !