Page 1 of 1

Problem receiving Array Data from Reaktor.

Posted: 19 Oct 2016 20:00
by dtech
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.

Re: Problem receiving Array Data from Reaktor.

Posted: 19 Oct 2016 21:11
by Phil999
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.

Re: Problem receiving Array Data from Reaktor.

Posted: 20 Oct 2016 10:50
by dtech
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?