Small utility library for MIDI functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 206 B

1234567891011121314
  1. # `midi-utils`
  2. Small library for MIDI-related functions.
  3. ## Testing
  4. ```shell
  5. cmake -S . -B cmake-build-debug -G Ninja
  6. cmake --build cmake-build-debug -t test-note-names
  7. ```
  8. ## License
  9. [MIT](./LICENSE)