|
VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
|
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. | |
| int32_t vst_speaker_arrangement_t::channels |
Number of channels used in speakers.
Appears to be limited to VST_MAX_CHANNELS.
| struct vst_speaker_properties_t vst_speaker_arrangement_t::speakers[VST_MAX_CHANNELS] |
Array of vst_speaker_properties_t with size channels.
| int32_t vst_speaker_arrangement_t::type |
Any of VST_SPEAKER_ARRANGEMENT_TYPE.