Small utility library for MIDI functions.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
TheoryOfNekomata 002f128a05 Update documentation il y a 1 an
.gitattributes Initial commit il y a 1 an
.gitignore Initial commit il y a 1 an
CMakeLists.txt Update documentation il y a 1 an
LICENSE Add LICENSE il y a 1 an
README.md Update documentation il y a 1 an
cases.txt Add edge case for Cb0 il y a 1 an
midi-utils.c Add documentation il y a 1 an
midi-utils.h Add documentation il y a 1 an
test-note-names.c Update documentation il y a 1 an

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