In development -- an open source harmoniser which takes MIDI input to create a chorus from vocal input
This workspace was reformatted to reorganise and restructure the codebase in order to build the components of the PSOLA harmoniser from the ground up. This includes components such as pitch detection, pitch-marking, supplementary audio library functions implemented from scratch and Python scripts for graphing and visualising DSP concepts.
Download the files and put it in the root of the project folder. JUCE is already available in this project. However if you want to download a more recent version of JUCE, then in the root, simply run
git clone https://github.com/juce-framework/JUCE.git
After that to build the project,
mkdir build
cd build
cmake ..
cmake --build .
Currently standalone apps will be generated from the builds inside the build folders of each plugin. You can then run the apps standalone.