|
Jamba C++ API
4.0.0
|
#include <pluginterfaces/vst/vsttypes.h>#include <pongasoft/logging/logging.h>#include "IGUIParameter.h"#include "GUIVstParameter.h"#include "GUIJmbParameter.h"#include "GUIValParameter.h"Go to the source code of this file.
Classes | |
| class | GUIOptionalParam< T > |
| Represents an optional parameter (Jmb, Vst or no param at all). More... | |
Namespaces | |
| pongasoft | |
| pongasoft::VST | |
| pongasoft::VST::GUI | |
| pongasoft::VST::GUI::Params | |
Typedefs | |
| template<typename T > | |
| using | GUIOptionalParamEditor = std::unique_ptr< typename GUIOptionalParam< T >::EditorType > |
| using | GUIRawOptionalParam = GUIOptionalParam< ParamValue > |
| using | GUIRawOptionalParamEditor = GUIOptionalParamEditor< ParamValue > |