VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
Routing Information. More...
#include <ivstcomponent.h>
Data Fields | |
MediaType | mediaType |
media type see MediaTypes More... | |
int32 | busIndex |
bus index More... | |
int32 | channel |
channel (-1 for all channels) More... | |
Routing Information.
When the Plug-in supports multiple I/O buses, a host may want to know how the buses are related. The relation of an event-input-channel to an audio-output-bus in particular is of interest to the host (in order to relate MIDI-tracks to audio-channels)
See also: IComponent::getRoutingInfo, Routing
MediaType mediaType |
media type see MediaTypes
int32 busIndex |
bus index
int32 channel |
channel (-1 for all channels)