muting channels on AMX AXB VOL-3 ?
playskool1
Posts: 64
http://www.amx.com//assets/manuals/0321024.pdf
going over this PDF manual I'm not sure how to write the protocol to mute the channels. I can easily change the levels using these commands:
SEND_COMMAND dvVOL1,"'P0L0%'"
SEND_COMMAND dvVOL1,"'P0L25%'"
SEND_COMMAND dvVOL1,"'P0L50%'"
SEND_COMMAND dvVOL1,"'P0L75%'"
SEND_COMMAND dvVOL1,"'P0L100%'"
but some reason the SEND_COMMAND dvVOL1,"'P0L0%'" is not muting the audio.
on page 5 for the provided link above, how would I write the a mute command on any of the channels?
going over this PDF manual I'm not sure how to write the protocol to mute the channels. I can easily change the levels using these commands:
SEND_COMMAND dvVOL1,"'P0L0%'"
SEND_COMMAND dvVOL1,"'P0L25%'"
SEND_COMMAND dvVOL1,"'P0L50%'"
SEND_COMMAND dvVOL1,"'P0L75%'"
SEND_COMMAND dvVOL1,"'P0L100%'"
but some reason the SEND_COMMAND dvVOL1,"'P0L0%'" is not muting the audio.
on page 5 for the provided link above, how would I write the a mute command on any of the channels?
0
Comments
Muting on the Vol3 is done via channel on/off events, not send_command.
Roger McLean
Swinburne University