#include <vstgui/lib/cview.h>
#include <pongasoft/VST/Parameters.h>
#include <utility>
#include "GUIRawVstParameter.h"
#include "GUIJmbParameter.h"
#include "GUIVstParameter.h"
#include "GUIOptionalParam.h"
Go to the source code of this file.
|
class | ParamAware |
| This class is inherited by classes who want to be aware of parameters and be notified when they change. More...
|
|
class | ParamAwareView< TView > |
| This subclass allows for registering callbacks to any kind of view without having to inherit from it. More...
|
|