housekeeping: Added LICENSE and acknowledgements for 3rd parties

This commit is contained in:
2025-08-05 22:33:49 +02:00
parent ba326a696c
commit 7a9275962a
2 changed files with 237 additions and 0 deletions

View File

@@ -5,3 +5,8 @@ This software allows mapping and translating of MIDI commands to HID inputs on L
## 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.
## Third-party libraries
- <https://github.com/bendahl/uinput>
- <https://gitlab.com/gomidi/midi>