I can't get one ReaLearn OSC command to work, everything else works beautifully #1443
Unanswered
yannick-se
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have been using ReaLearn to control a Behringer X32 Rack for live applications over OSC. Currently I have ca. 500 mappings and all channel/bus/aux automation works very well. Thank you Benjamin and everyone for making this possible, you guys rock!
Now that we are transitioning to a different mixer (Behringer Wing Rack), I need to adapt the mappings to the new OSC commands. This worked out mostly fine, automation works great. However I have trouble with one command.
I use
/$ctl/lib/$actionidx
with one argument (string) to select a snippet in the mixer (the value comes form an envelope):Here is the log output (loads snippet 2):
2426280.950 | ReaLearn 0 | Real feedback | OscMessage { addr: "/$ctl/lib/$actionidx", args: [String("2.0")] } (Normal)
This works fine and I've not run into any problems.
To actually load the selected snippet I use a subsequent
/$ctl/lib/$action ,s GO
command, based off of ReaLearn Param 1:Here is the log output:
2426457.260 | ReaLearn 0 | Target output | Device e774c | OscMessage { addr: "/$ctl/lib/$action ,s GO", args: [] }
However, this does nothing in the mixer. If I send the same command (
/$ctl/lib/$action ,s GO
) to the mixer via wosc (command line tool to send OSC to Behringer Wing, here) it works completely fine. This also confirms that the snippet selection command sent with ReaLearn works.I suppose this is a very specific question but I thought I'd ask anyway, maybe you have some ideas.
Thank you and best regards,
Yannick
Beta Was this translation helpful? Give feedback.
All reactions