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