iPlug2 - C++ Audio Plug-in Framework
|
Directories |
Files | |
file | IControl.h [code] |
This file contains the base IControl implementation, along with some base classes for specific types of control. | |
file | IGraphics.h [code] |
The lowest level base class of an IGraphics context. | |
file | IGraphics_include_in_plug_hdr.h [code] |
IGraphics header include Include this file in the main header if using IGraphics outside a plugin context. | |
file | IGraphics_select.h [code] |
Used for choosing a drawing backend. | |
file | IGraphicsEditorDelegate.h [code] |
An editor delegate base class for a SOMETHING that uses IGraphics for it's UI. | |
file | IGraphicsLiveEdit.h [code] |
A control to enable live modification of control layout in an IGraphics context in debug builds This is based on the work of Youlean, who first included it in iPlug-Youlean The lives outside the main IGraphics control stack and it can be added with IGraphics::EnableLiveEdit(). | |
file | IGraphicsPopupMenu.h [code] |
A class for setting the contents of a pop up menu. | |
file | ISender.h [code] |
ISender is a utility class which can be used to defer data from the realtime audio processing and send it to the GUI for visualization. | |