iPlug2 - C++ Audio Plug-in Framework
|
EditorDelegates are base classes that handle communication between the plug-in and the user interface. More...
Classes | |
class | CocoaEditorDelegate |
An editor delegate base class that uses Apple frameworks for the UI, either in Objective C, or Swift. More... | |
class | WebViewEditorDelegate |
An editor delegate base class that uses a platform native webview for the UI. More... | |
class | IEditorDelegate |
This pure virtual interface delegates communication in both directions between a UI editor and something else (which is usually a plug-in) It is also the class that owns parameter objects (for historical reasons) - although it's not necessary to allocate them. More... | |
class | IGEditorDelegate |
An editor delegate base class that uses IGraphics for the UI. More... | |
EditorDelegates are base classes that handle communication between the plug-in and the user interface.