This GitHub repository contains the Source code associated with my blog post demonstrating how to implement Karplus Strong for Bela / Bela Mini with C++.
- render.cpp | This file is the "main" file that runs on the Bela mini.
- KarplusStrong.h | The header file for the KarplusStrong class.
- KarplusStrong.cpp | The class file associated with the above.
The full blog post outlining the code found in this repository is avaliable on my website.
Thanks for reading!