Pirate-MIDI / Pirate-MIDI-BridgeOS

Documenting Bugs & Issues - Public Collaboration
10 stars 2 forks source link

LED Midi control OFF command not working #132

Closed imranino closed 1 year ago

imranino commented 1 year ago

Device(please complete the following information):

Describe the bug Testing out the new MIDI-controlled LED states. Starting simple, without changing the colours. I have a footswitch with a Red on the Primary side and Green on secondary. My aim is for loopy pro to send the commands so the state of the LEDs are: Red for recording, Green for playback and off for stopped. Unfortunately the OFF command (cc#31, value 0-63 in the case of fs1 primary) doesn't work. On and Toggle do work.

To Reproduce Steps to reproduce the behavior:

  1. Send midi command CC31, 127: Red LEd turns on
  2. send midi command CC31, 0: Red LED remains on

Expected behavior send midi command CC31, 0: Red LED turns off