Can t find how to send mute state to a led

3.25K viewsGeneral
0

Hi, I can t find how I can put a led on or off following the mute state of a track, anybody can help me please? I d like it to react when I send mute via cc but also when I push the mute button with mouse.
Thanks

admin Changed status to publish
Attached Files:
0

Try wrapping your MIDI Bytes in an extra set of parenthesis, so the code looks like this:
self._send_midi((0xB0 94 127))
Rather than this:
self._send_midi(0xB0 94 127)

admin Changed status to publish
Attached Files:
You are viewing 1 out of 14 answers, click here to view all answers.