iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ParamTuple Struct Reference

In certain cases we need to queue parameter changes for transferral between threads. More...

#include <IPlugStructs.h>

Public Member Functions

 ParamTuple (int idx=kNoParameter, double value=0.)
 

Public Attributes

int idx
 
double value
 

Detailed Description

In certain cases we need to queue parameter changes for transferral between threads.

Definition at line 32 of file IPlugStructs.h.

Constructor & Destructor Documentation

◆ ParamTuple()

ParamTuple::ParamTuple ( int  idx = kNoParameter,
double  value = 0. 
)
inline

Definition at line 37 of file IPlugStructs.h.

Member Data Documentation

◆ idx

int ParamTuple::idx

Definition at line 34 of file IPlugStructs.h.

◆ value

double ParamTuple::value

Definition at line 35 of file IPlugStructs.h.


The documentation for this struct was generated from the following file: