Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nberr/juce-template
Template for JUCE plugins
https://github.com/nberr/juce-template
au audio audiounit audiounit-plugins juce juce-plugins juce-template plugin template vst vst-plugin vst3
Last synced: 2 months ago
JSON representation
Template for JUCE plugins
- Host: GitHub
- URL: https://github.com/nberr/juce-template
- Owner: nberr
- License: mit
- Created: 2021-02-13T13:37:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T19:30:36.000Z (7 months ago)
- Last Synced: 2024-08-04T02:08:20.815Z (6 months ago)
- Topics: au, audio, audiounit, audiounit-plugins, juce, juce-plugins, juce-template, plugin, template, vst, vst-plugin, vst3
- Language: C++
- Homepage:
- Size: 14 MB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - juce-template
README
# juce-template
The aim of this project is to create a template plugin that contains common features that exist across plugins. The implementation tries to handle "Everything but the processing". In short, it handles all the other stuff your plugin should need besides DSP, whether that be audio or MIDI. The project includes a script written in python that can be used to generate a new JUCE project from the template.## Components
The project contains a few different components that I found useful.
### Testing
This folder contains sample audio files, a python and Max8 prototype, and a coq file for verification. There is also a python script that can be used to verify the prototype matches the implementation. These files aren't necessarily needed but I found them useful to include.
### Implementation
The implementation contains the following features.
- audio block to manipulate signal or midi
- Rust DSP
- User Interface heirarchy + LookAndFeel
- reactjs user interface
- parameters that can be programmatically initialized
- save and load parameters
- create/load parameter presets; share params via website
- parameter controllers (slider, button, etc)
- key registration
- right click component to bring up sub menu (link to website for manual)
- A/B to switch between presets fast
- save presets in whatever folder you want!
- right click context menu