Small utility library for MIDI functions.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
TheoryOfNekomata 1e735de0da Update CMakeLists 10 个月前
.gitattributes Initial commit 1年前
.gitignore Initial commit 1年前
CMakeLists.txt Update CMakeLists 10 个月前
LICENSE Add LICENSE 1年前
README.md Update documentation 1年前
cases.txt Add edge case for Cb0 1年前
midi-utils.c Add documentation 1年前
midi-utils.h Add documentation 1年前
test-note-names.c Update documentation 1年前

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