Need help with Symetrix audio dsp Radius 12 X 8
ajay thomas
Junior Member
Hi,
Does anyone have experience with symetrix dsp Radius 12 X 8.
I just need to increase and decrease the levels of various inputs and output channels.
I have attached the Symetrix control document
Thanks in advance
Ajay
Does anyone have experience with symetrix dsp Radius 12 X 8.
I just need to increase and decrease the levels of various inputs and output channels.
I have attached the Symetrix control document
Thanks in advance
Ajay
Comments
-
In Symetrix every controller block/function need a unique number, you control that unique number (block/function).
SEND_STRING dvSymnet,"'CS 53 65535',13" // mute controller #53 (set level to 65535 (max))
SEND_STRING dvSymnet,"'CS 53 0',13" // unmute controller #53 (set level to 0 (min))
SEND_STRING dvSymnet,"'GS 53',13" // get mute status controller #53
SEND_STRING dvSymnet,"'CC 50 1 327',13" // change controller <#50> <increment> <amount to change> (0 to 65535)
SEND_STRING dvSymnet,"'CC 50 0 327',13" // change controller <#50> <decrement> <amount to change> (65535 to 0)
CC = change controller
50 = control number
1 = increment (0 = decrement)
327 = amount to change
13 = <CR>
Use button event function HOLD to keep increment or decrement controller level.
HOLD[2,REPEAT]:
{
SEND_STRING dvSymnet,"'CC 50 1 327',13"
}
Control by LAN: Symetrix Radius UDP only, port 48631
Control by RS232: baudrate 57600
Hope this will help you to start.
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums