iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Groups
IPlug and IGraphics source code can be grouped as follows ...
 IGraphics::DrawClassesThe IGraphics draw classes allow the actual drawing to be performed using different drawing API back-ends
 IGraphics::IControlsUI Widgets, such as knobs, sliders, buttons
 IGraphics::IControls::BaseControlsBase classes, to simplify making certain kinds of control
 IGraphics::IControls::SpecialControlsSpecial controls live outside the main stack, for implementing things like the corner resizer
 IGraphics::IControls::TestControlsThe IGraphicsTest project includes lots of IControls to test functionality, which can also be used to understand how things work
 IGraphics::PlatformClassesThe IGraphics platform classes deal with event handling and platform specific contextual UI
 IGraphics::StructsUtility structures and classes for IGraphics
 IPlug::APIClassesAn IPlug API class is the base class for a particular audio plug-in API
 IPlug::ConstantsIPlug Constant definitions, Types, magic numbers
 IPlug::StructsStructures in small classes used throughout the IPlug code base
 IPlug::UtilitiesUtility functions and macros