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

Go to the source code of this file.

Classes

class  IRTJmbOutParameter
 Base (non templated) class for RT Jamba (Outbound) parameters. More...
 
class  RTJmbOutParam< T >
 This is the main class that the plugin should use as it exposes only the necessary methods of the param. More...
 
class  RTJmbOutParameter< T >
 Templated class for RT Jamba parameter. More...
 

Namespaces

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

Typedefs

template<typename T , size_t N>
using RTJmbOutParams = std::array< RTJmbOutParam< T >, N >