marccodron / JUCEPluginTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# initialize and set up submodules
$ git submodule update --init --recursive

# set up plugin
$ ./setup.sh MyPluginName

# 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!

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 40.2%Language:Inno Setup 28.4%Language:CMake 27.0%Language:C++ 3.6%Language:C 0.8%