stk_wrapper
March 23, 2018 ยท View on GitHub
JUCE module wrapper for the STK library.
This wrapper simply wraps the whole STK library into a JUCE module, as a Git submodule.
Use it to quickly add effects and generators to a JUCE based audio project.
Installation
git clone https://github.com/adamski/stk_wrapper.git
cd stk_wrapper
git submodule init
git submodule update
Then add the module folder to your JUCE project in Projucer.