Thanks to visit codestin.com
Credit goes to github.com

Skip to content

josmithiii/JUCEPluginTemplate

 
 

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%