Instruction Manual

© MuxLab Inc. Audio 8x8 Matrix Switch Installation Guide
Page 32
connect -p <preset #>
Description: Apply all connections defined in the selected preset #
Arguments: <preset #>: 1 to 8 to specify the preset to use
Example: Apply the connections defined in preset 7
connect -p 7
Response: [2,0,0,3]
(or an error message if the command failed)
3. Disconnection
disconnect -i <input port #>
Description: Disconnect a specific input port from all output ports connected to it
Arguments: <input port #>: 1 to 4
Example: Disconnect input 3 from all outputs connected to it
disconnect -i 3
Response: [2,0,2,2]
(or an error message if the command failed)
disconnect -o <output port #>
Description: Disconnect a specific output port from the input ports connected to it
Arguments: <output port #>: 1 to 4
Example: Disconnect output 3 from the input connected to it
disconnect -o 3
Response: [2,0,0,0]
(or an error message if the command failed)
disconnect -all
Description: Disconnect all output ports
Arguments: <none>
Example: Disconnect all outputs
disconnect -all
Response: [0,0,0,0]
(or an error message if the command failed)