I think we’ve covered this if you look carefully at the archive, but mutes are controlled by sending Note On followed by a Note Off (why?!):
Mute on
NOTE ON with velocity > 40 followed by NOTE OFF 9N, CH, 7F, 9N, CH, 00
Mute off
NOTE ON with velocity < 40 followed by NOTE OFF 9N, CH, 3F, 9N, CH, 00
N is the MIDI channel, CH is the mixer channel. So two messages to mute: Note On @ 127, Note On @ 0. Unmute: Note On @ 63, Note On @ 0.
(They’re not real Note Offs if they’re 9N: they’re Note Ons @ 0. MIDI by muppets.)
Rich