JUCE / cmake audio plugin project template

Hi!
I just wanted to share the audio plugin project template I’m currently using:


Current features:

  • Travis CI integration (OS X builds)
  • Appveyor integration (Windows builds)
  • Automatic deployment of release binaries using GitHub Releases
  • No other external dependencies (JUCE and VST3 sdk are added as submodules)
  • JUCE/cmake integration
  • A simple example (a gain control plugin)

A (slightly) more advanced example:

Feedback is highly appreciated :slight_smile:

1 Like