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.
TheoryOfNekomata 1e735de0da Update CMakeLists 3 months ago
.gitattributes Initial commit 1 year ago
.gitignore Initial commit 1 year ago
CMakeLists.txt Update CMakeLists 3 months ago
LICENSE Add LICENSE 1 year ago
README.md Update documentation 1 year ago
cases.txt Add edge case for Cb0 1 year ago
midi-utils.c Add documentation 1 year ago
midi-utils.h Add documentation 1 year ago
test-note-names.c Update documentation 1 year ago

README.md

midi-utils

Small library for MIDI-related functions.

Testing

cmake -S . -B cmake-build-debug -G Ninja
cmake --build cmake-build-debug -t test-note-names

License

MIT