Jamba C++ API 7.5.0
Loading...
Searching...
No Matches
GUIJmbParameter.h File Reference

Go to the source code of this file.

Classes

class  GUIDiscreteJmbParameter< T >
 Wraps a GUIJmbParameter<T> to interpret it as a discrete parameter using the converter. More...
class  GUIJmbParam< T >
 This is the main class that the plugin should use as it exposes only the necessary methods of the param as well as redefine a couple of operators which helps in writing simpler and natural code (the param behaves like T in many ways). More...
class  GUIJmbParameter< T >
 This is the templated version providing serializer methods, very similar to the GUIVstParameter concept. More...
class  IGUIJmbParameter
 Base class for a Jamba (Jmb) GUI parameter. More...

Namespaces

namespace  pongasoft
namespace  pongasoft::VST
namespace  pongasoft::VST::GUI
namespace  pongasoft::VST::GUI::Params

Functions

template<typename T>
static std::shared_ptr< GUIJmbParameter< T > > castToJmb (std::shared_ptr< IGUIParameter > iParam)
 Convenient function to cast a generic IGUIParameter to a GUIJmbParameter<T>.