iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes
IGraphicsLiveEdit.h File Reference
#include "IControl.h"
#include <fstream>

Go to the source code of this file.

Classes

class  IGraphicsLiveEdit
 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(). More...
 

Detailed Description

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().

It should not be used in the main control stack.

Definition in file IGraphicsLiveEdit.h.