|
iPlug2 - C++ Audio Plug-in Framework
|
| IGraphics::DrawClasses | The IGraphics draw classes allow the actual drawing to be performed using different drawing API back-ends |
| IGraphics::IControls | UI Widgets, such as knobs, sliders, buttons |
| IGraphics::IControls::BaseControls | Base classes, to simplify making certain kinds of control |
| IGraphics::IControls::SpecialControls | Special controls live outside the main stack, for implementing things like the corner resizer |
| IGraphics::IControls::TestControls | The IGraphicsTest project includes lots of IControls to test functionality, which can also be used to understand how things work |
| IGraphics::PlatformClasses | The IGraphics platform classes deal with event handling and platform specific contextual UI |
| IGraphics::Structs | Utility structures and classes for IGraphics |
| IPlug::APIClasses | An IPlug API class is the base class for a particular audio plug-in API |
| IPlug::Constants | IPlug Constant definitions, Types, magic numbers |
| IPlug::EditorDelegates | EditorDelegates are base classes that handle communication between the plug-in and the user interface |
| IPlug::Structs | Structures in small classes used throughout the IPlug code base |
| IPlug::Utilities | Utility functions and macros |