Jamba C++ API 8.0.0
Loading...
Searching...
No Matches
Parameters.h File Reference
#include "ParamDef.h"
#include "NormalizedState.h"
#include "GUI/Concepts.h"
#include <map>
#include <vector>
#include <set>
#include <functional>
#include <concepts>
#include <public.sdk/source/vst/vstparameters.h>

Go to the source code of this file.

Classes

class  Parameters::IChangeListener
 Interface to implement to receive parameter changes. More...
struct  Parameters::JmbParamDefBuilder< T >
 Implements the builder pattern for ease of build. More...
class  Parameters
 This is the class that maintains all the registered parameters. More...
struct  Parameters::RawVstParamDefBuilder
 Implements the builder pattern for ease of build. More...
struct  Parameters::VstParamDefBuilder< T >
 Implements the builder pattern for ease of build. More...

Namespaces

namespace  pongasoft
namespace  pongasoft::VST
namespace  pongasoft::VST::Debug

Concepts

concept  pongasoft::VST::ParametersSubclass
 Concept for a subclass of Parameters.