Skip to content

josmithiii/JUCEPluginTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUCE Plugin Template

Build Status 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.3%
  • CMake 23.1%
  • C++ 16.6%