This repository contains template code for building a Chowdhury DSP audio plugin.
To build from scratch, you must have CMake installed.
# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/JUCEPluginTemplate.git
$ cd JUCEPluginTemplate
# set up plugin
$ ./setup.sh MyPluginName MyPluginID
# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release
JUCEPluginTemplate is open source, and is licensed under the BSD 3-clause license. Enjoy!