Jamba C++ API  6.3.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RTJmbInParameter.h File Reference

Go to the source code of this file.

Classes

class  IRTJmbInParameter
 Base (non templated) class for RT Jamba (Inbound) parameters. More...
 
class  RTJmbInParam< 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  RTJmbInParameter< T >
 Templated class for RT Jamba Inbound parameter. More...
 

Namespaces

 pongasoft
 
 pongasoft::VST
 
 pongasoft::VST::RT
 

Typedefs

template<typename T , size_t N>
using RTJmbInParams = std::array< RTJmbInParam< T >, N >