Jamba  3.0.2
GUIVstParameter.h File Reference

Go to the source code of this file.

Classes

class  pongasoft::VST::GUI::Params::GUIVstParameter< T >::Editor
 
class  pongasoft::VST::GUI::Params::GUIVstParam< T >
 
class  pongasoft::VST::GUI::Params::GUIVstParameter< T >
 

Namespaces

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

Typedefs

using pongasoft::VST::GUI::Params::GUIVstBooleanParam = GUIVstParam< bool >
 
template<typename T >
using pongasoft::VST::GUI::Params::GUIVstParamEditor = std::unique_ptr< typename GUIVstParameter< T >::Editor >
 
using pongasoft::VST::GUI::Params::GUIVstPercentParam = GUIVstParam< Percent >