3.3 Mutes
The SQ sends and receives absolute On or Off mute messages. It will also
toggle the mute state when either an increment or decrement message is
received.
MSB and LSB are a parameter number for the channel you wish to mute or
unmute.
MSB/LSB parameter numbers are shown in the reference tables section.
The last byte of the full message then represents a mute on or off.
Mute On
Both where: N= MIDI Channel, MB/LB = MSB/LSB Parameter number
When either a data increment or decrement message is received, the SQ will
toggle between states, in the same way as pressing a mute key on the SQ
does.
Mute Toggle (increment)
Where: N= MIDI Channel, MB/LB = MSB/LSB Parameter number
Examples:
B0 63 00 B0 62 00 B0 06 00 B0 26 01
B0 63 06 B0 62 00 B0 06 00 B0 26 00
B6 63 10 B6 62 03 B6 06 00 B6 26 01
B0 63 00 B0 62 00 B0 60 00