VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
Helper class representing speaker arrangement as array of speaker types. More...
#include <vstspeakerarray.h>
Public Types | |
enum | { kMaxSpeakers = 64 } |
typedef uint64 | SpeakerType |
Public Member Functions | |
SpeakerArray (SpeakerArrangement arr=0) | |
int32 | total () const |
SpeakerType | at (int32 index) const |
void | setArrangement (SpeakerArrangement arr) |
SpeakerArrangement | getArrangement () const |
int32 | getSpeakerIndex (SpeakerType which) const |
Protected Attributes | |
int32 | count |
SpeakerType | speaker [kMaxSpeakers] |
Helper class representing speaker arrangement as array of speaker types.
typedef uint64 SpeakerType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |