RoutingInfo

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) \n See also: IComponent::getRoutingInfo, \ref vst3Routing

version(VST3)
struct RoutingInfo {}

Members

Variables

busIndex
int32 busIndex;

< bus index

channel
int32 channel;

< channel (-1 for all channels)

mediaType
MediaType mediaType;

< media type see \ref MediaTypes

Meta