Small utility library for MIDI functions.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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