iPlug2 - C++ Audio Plug-in Framework
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.


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