This workshop will guide you through the process of creating your first audio plug-in using the JUCE framework.
Writing an audio plug-in can be a daunting task: there are a multitude of plug-in formats and DAWs, working with live audio requires knowledge of real-time programming, and sharing data between the audio and GUI threads is full of subtleties. In this workshop you will learn from the experts the best practices in creating plug-ins using JUCE, with a focus on thread safety and DAW compatibility.
This workshop will cover
- An introduction to JUCE
- Configuring a plug-in project
- Adding parameters to your plug-in and accessing them safely
- Creating a basic GUI
- Methods to simplify your plug-in’s code
- Debugging and testing your plug-in
During the workshop attendees will create a simple audio plug-in under the guidance of the JUCE developers.