Small utility library for MIDI functions.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
TheoryOfNekomata 1e735de0da Update CMakeLists hace 3 meses
.gitattributes Initial commit hace 1 año
.gitignore Initial commit hace 1 año
CMakeLists.txt Update CMakeLists hace 3 meses
LICENSE Add LICENSE hace 1 año
README.md Update documentation hace 1 año
cases.txt Add edge case for Cb0 hace 1 año
midi-utils.c Add documentation hace 1 año
midi-utils.h Add documentation hace 1 año
test-note-names.c Update documentation hace 1 año

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