Hi everyone.
I am building a Touchosc template for molekular, an d I have some problems of feedback especially for pattern editor of resonitarium (and i think for others editors). I am adding osc send and receive for the molekular gui controls without learning options.
In the macro I am trying to send osc messages to touchosc with datas Idx(1), y2(1),Idx(2), y2(2),Idx(3), y2(3), corresponding to the 3 first faders
I have tried the down macro, wich dosn't work.
In fact the messages received are strange, and I don't receive anything for the third fader.
( the first message Reso_edit_pattern is obtained when I change the pattern to get the faders values of the new pattern.
But if I simply merge all the data un a single osc send I get this:
I should like to get the Y2 value for each fader in three separated osc sends.
Another solution would be to send a single composed osc message with the three values, but I have then to create a touchosc script to get each value and then to update the template faders according the new choosen pattern.
Can anyone find a solution.
Have a nice WE.