Chapter 6ASPiK Programming Guide
In order to simplify writing plugins for all APIs simultaneously, we will need some objects to handle the chores of both audio signal processing and GUI design and implementation. This is accomplished with the ASPiK PluginKernel. ASPiK stands for Audio Specific Plugin Kernel. The kernel is actually a set of three main objects: the PluginCore, PluginGUI, and PluginParameter. The PluginCore (or simply “core”) object implements the audio signal processing component and contains a list of PluginParameter objects, each of which represents a GUI control or other parameter that may be stored or loaded with DAW projects. The PluginGUI object creates the GUI as well as the drag-and-drop GUI designer that each plugin project ...
Get Designing Audio Effect Plugins in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.