sockets - How do I programmatically turn on/off Mute Groups on my Behringer X32? -


i've got behringer x32 rack, uses extension of osc (open sound control) protocol. particular rack communicates via udp packets on port 10023. fellow named patrick maillot has pretty extensive albeit unofficial documentation of protocol, including multiple executables can download interact system (outside of official behringer apps).

what pretty simple, though i'm having hard time getting speed this. want able mute , subsequently un-mute mute group 1 on device. mute group set up; want utilize protocol either activate or deactivate it.

i can connect rack using x32_command.exe program. wading through documentation, here's came best guess commands should sending:

/config/mute/1/on

/config/mute/1/off

however, don't think have syntax right (or maybe i've got wrong set of commands altogether), because don't seem anything. in x32_command.exe console application appear receive following responses when issuing commands, respectively:

->x, 20 b: /config/mute/1/on~~~

->x, 20 b: /config/mute/1/off~~

however, nothing happens on rack. mute group isn't affected @ when issue these commands. how working? doing wrong?

just saw (better late never). correct syntax x32_commmand.exe (as stated in documentation):

/config/mute/1 ,i 0

/config/mute/1 ,i 1


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -