Small utility library for MIDI functions.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata 1e735de0da Update CMakeLists 3 달 전
.gitattributes Initial commit 1 년 전
.gitignore Initial commit 1 년 전
CMakeLists.txt Update CMakeLists 3 달 전
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