如何以编程方式打开/关闭Behringer X32上的静音组? [英] How do I programmatically turn on/off Mute Groups on my Behringer X32?

查看:53
本文介绍了如何以编程方式打开/关闭Behringer X32上的静音组?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Behringer X32机架,它使用OSC(开放声音控制)协议的扩展.这个特定的机架通过端口10023上的UDP数据包进行通信.一个名叫Patrick Maillot的家伙实际上有一些相当广泛,尽管协议的非正式文件,包括您可以下载以与系统交互的多个可执行文件(在Behringer官方应用程序之外).

I've got a Behringer X32 rack, which uses an extension of the OSC (Open Sound Control) protocol. This particular rack communicates via UDP packets on port 10023. A fellow named Patrick Maillot actually has some pretty extensive albeit unofficial documentation of the protocol, including multiple executables you can download to interact with the system (outside of the official Behringer apps).

我想做的事情很简单,尽管我很难适应这一点.我希望能够使设备上的第1组静音并随后使其静音.静音组已经建立;我要做的就是利用协议激活或停用它.

What I would like to do is pretty simple, though I'm having a hard time getting up to speed with this. I want to be able to mute and subsequently un-mute Mute Group 1 on my device. The mute group is already set up; all I want to do is utilize the protocol to either activate or deactivate it.

我可以使用X32_Command.exe程序成功连接到机架.但是仔细阅读文档,这是我想出的最好的猜测,我应该对应该发送哪些命令进行

I can successfully connect to the rack using the X32_Command.exe program. But wading through the documentation, here's what I came up with as my best guess for which commands I should be sending:

/config/mute/1/ON

/config/mute/1/ON

/config/mute/1/OFF

/config/mute/1/OFF

但是,我认为我的语法不正确(或者我可能只是完全弄错了一组命令),因为这些命令似乎无能为力.在X32_Command.exe控制台应用程序中,发出这些命令时,我似乎分别收到以下响应:

However, I don't think I have the syntax right (or maybe I've just got the wrong set of commands altogether), because those don't seem to do anything. In the X32_Command.exe console application I appear to receive the following responses when issuing those commands, respectively:

-> X,20 B:/config/mute/1/ON ~~~

->X, 20 B: /config/mute/1/ON~~~

-> X,20 B:/config/mute/1/OFF ~~

->X, 20 B: /config/mute/1/OFF~~

但是,机架上实际上什么也没发生.当我发出这些命令时,静音组完全不受影响.我该如何工作?我在做什么错了?

However, nothing actually happens on the rack. The mute group isn't affected at all when I issue these commands. How do I get this working? What am I doing wrong?

推荐答案

刚刚看到了这一点(迟到总比不到好).X32_Commmand.exe的正确语法应为(如文档中所述):

Just saw this (better late than never). The correct syntax for X32_Commmand.exe would be (as stated in the documentation):

/config/mute/1,i 0

/config/mute/1 ,i 0

/config/mute/1,i 1

/config/mute/1 ,i 1

这篇关于如何以编程方式打开/关闭Behringer X32上的静音组?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆