fix(midi): Now treating NoteOn with velocity 0 as NoteOff, see README.md
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# midi-hid
|
||||
|
||||
This software allows mapping and translating of MIDI commands to HID inputs on Linux.
|
||||
|
||||
## Known issues
|
||||
|
||||
The midi library used seems to recognise NoteOff messages as NoteOn messages. However, they can still be recognised by checking the velocity, which is always 0 in NoteOff messages. A workaround has been implemented.
|
||||
|
Reference in New Issue
Block a user