Skip to content

Chowdhury-DSP/JUCEPluginTemplate

Repository files navigation

JUCE Plugin Template

CI License

This repository contains template code for building a Chowdhury DSP audio plugin.

Building

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

License

JUCEPluginTemplate is open source, and is licensed under the BSD 3-clause license. Enjoy!