audio-plugin-template
Audio plugin builder
A template repository providing a structured project setup and tools for creating audio plugins with the JUCE C++ framework
A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
107 stars
2 watching
7 forks
Language: C++
last commit: about 2 months ago
Linked from 2 awesome lists
cmakecppjucejuce-frameworkjuce-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
anthonyalfimov/juce-cmake-plugin-template | A template for creating audio plugins using JUCE 6/7 and CMake. | 48 |
sudara/pamplejuce | A JUCE audio plugin template with built-in testing, validation, and code signing capabilities for creating cross-platform plugins | 429 |
tomoyanonymous/juce_cmake_vscode_example | Provides a boilerplate for developing audio plugins using JUCE, CMake, and Visual Studio Code. | 89 |
nberr/juce-template | A plugin template providing common features and functionality | 30 |
imjimmi/jump | A utility library for building audio plugins and applications with JUCE framework | 12 |
kushview/element | An audio plugin host that allows users to create and connect modular effects and instruments | 1,176 |
celemony/juce_ara | An experimental fork of JUCE with added support for the Celemony ARA API for generating VST3 and AudioUnit plug-ins. | 41 |
belangeo/plugex | A collection of plug-in examples built with the JUCE framework for creating custom audio processing plugins. | 36 |
theaudioprogrammer/jucesynthframework | A JUCE-based synthesizer framework providing a basic implementation of audio processing functionality | 69 |
jatinchowdhury18/pluginrunner | A utility application for running audio through an audio plugin | 15 |
imjimmi/contrast | A collection of customizable audio plugins built with the JUCE framework. | 12 |
eyalamirmusic/jucecmakerepoprototype | A tool to create and build JUCE-based projects with minimal setup using CMake. | 247 |
ncblair/nthn_template_plugin | A starting point for new JUCE plugin projects emphasizing real-time safety and providing a framework for safe interaction with the state of the plugin between threads. | 76 |
olilarkin/juce_faustllvm | A JUCE module that embeds the libfaust JIT compiler and supports Faust syntax highlighting for audio processing | 39 |
p-hlp/ctagdrc | A digital audio compressor plugin with minimalistic GUI and advanced features like lookahead mode | 168 |