Small utility library for MIDI functions.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
TheoryOfNekomata 1e735de0da Update CMakeLists há 3 meses
.gitattributes Initial commit há 1 ano
.gitignore Initial commit há 1 ano
CMakeLists.txt Update CMakeLists há 3 meses
LICENSE Add LICENSE há 1 ano
README.md Update documentation há 1 ano
cases.txt Add edge case for Cb0 há 1 ano
midi-utils.c Add documentation há 1 ano
midi-utils.h Add documentation há 1 ano
test-note-names.c Update documentation há 1 ano

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