Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 727 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 727 Bytes

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!