I am trying to send and receive a switch with radio to a Reaktor ensemble using OSC.
Reaktor working fine to receive data using Address Pattern and then assigning an Index number for the Array:
Address Pattern: /Switches/x Index:0
Address Pattern: /Switches/x Index:1
Address Pattern: /Switches/x Index:2
etc...
But the problem is for sending back the array values to Lemur, there's no Index tab for sending, and all messages are returned from Index 0.
Help is welcome.
Problem receiving Array Data from Reaktor.
Re: Problem receiving Array Data from Reaktor.
It always depends on the application, what it sends back. Unfortunately most applications don't have this very well implemented, and Reaktor is probably the best concerning OSC. I often have to use single objects instead of combined objects or arrays, which makes the Lemur template less flexible and adaptable.
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Re: Problem receiving Array Data from Reaktor.
In Reaktor using TouchOsc radio buttons feedback works perfectly with a multitoggle with exclusive mode:
/1/multitoggle1/5/1
/1/multitoggle1/5/2
/1/multitoggle1/5/3
/1/multitoggle1/5/4
...
But if it's not possible to do this in Lemur, how would you do it without using an array?
/1/multitoggle1/5/1
/1/multitoggle1/5/2
/1/multitoggle1/5/3
/1/multitoggle1/5/4
...
But if it's not possible to do this in Lemur, how would you do it without using an array?