Can t find how to send mute state to a led
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
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
Sign up
User registration is currently not allowed.