iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
ISenderData< MAXNC, T > Struct Template Reference

ISenderData is used to represent a typed data packet, that may contain values for multiple channels. More...

#include <ISender.h>

Public Member Functions

 ISenderData (int ctrlTag, int nChans, int chanOffset)
 
 ISenderData (int ctrlTag, const std::array< T, MAXNC > &vals, int nChans=MAXNC, int chanOffset=0)
 

Public Attributes

int ctrlTag = kNoTag
 
int nChans = MAXNC
 
int chanOffset = 0
 
std::array< T, MAXNC > vals {0}
 

Detailed Description

template<int MAXNC = 1, typename T = float>
struct ISenderData< MAXNC, T >

ISenderData is used to represent a typed data packet, that may contain values for multiple channels.

Definition at line 30 of file ISender.h.


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