#include <pluginterfaces/vst/vsttypes.h>
#include <pongasoft/logging/logging.h>
#include <pongasoft/Utils/Operators.h>
#include "IGUIParameter.h"
#include "GUIVstParameter.h"
#include "GUIJmbParameter.h"
#include "GUIValParameter.h"
Go to the source code of this file.
|
class | GUIOptionalParam< T > |
| Represents an optional parameter (Jmb, Vst or no param at all). More...
|
|
class | GUIOptionalParam< T >::Value |
| The purpose of this class is to copy the value so that it can be accessed via -> thus allowing to write param->x to access the underlying type (T ) when it is a struct or a class. More...
|
|