Problem receiving Array Data from Reaktor.

Discuss problems and solutions.
Post Reply
dtech
Newbie
Posts:9
Joined:21 Nov 2015 12:59
Problem receiving Array Data from Reaktor.

Post by dtech » 19 Oct 2016 20:00

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.

Phil999
Regular
Posts:932
Joined:11 Jan 2012 01:53

Re: Problem receiving Array Data from Reaktor.

Post by Phil999 » 19 Oct 2016 21:11

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

dtech
Newbie
Posts:9
Joined:21 Nov 2015 12:59

Re: Problem receiving Array Data from Reaktor.

Post by dtech » 20 Oct 2016 10:50

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?

Post Reply