VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
Loading...
Searching...
No Matches
vst_speaker_arrangement_t Struct Reference

Speaker arrangement definition. More...

#include <vst.h>

Data Fields

int32_t type
 Any of VST_SPEAKER_ARRANGEMENT_TYPE.
 
int32_t channels
 Number of channels used in speakers.
 
struct vst_speaker_properties_t speakers [VST_MAX_CHANNELS]
 Array of vst_speaker_properties_t with size channels.
 

Detailed Description

Speaker arrangement definition.

Definition at line 735 of file vst.h.

Field Documentation

◆ channels

int32_t vst_speaker_arrangement_t::channels

Number of channels used in speakers.

Appears to be limited to VST_MAX_CHANNELS.

Definition at line 745 of file vst.h.

◆ speakers

struct vst_speaker_properties_t vst_speaker_arrangement_t::speakers[VST_MAX_CHANNELS]

Array of vst_speaker_properties_t with size channels.

Note
This is defined as VST_MAX_CHANNELS as there's currently no host that supports more than that.

Definition at line 751 of file vst.h.

◆ type

int32_t vst_speaker_arrangement_t::type

Any of VST_SPEAKER_ARRANGEMENT_TYPE.

Definition at line 739 of file vst.h.


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