General purpose library focusing on music for embedded systems.
- Put unit tests in
test/*_test.cppand write them withtest/TestFramework.h. - Build unit test binaries with
make tests. - Run all unit tests with
make check.
- Put demo or exploratory programs in
examples/*.cpp. - Build example binaries with
make examples.