/ VST Home / Technical Documentation

[3.7.0] Control Voltage Bus Flag

On this page:

Related pages:


Introduction

Extended struct BusInfo flags for a component: Vst::IComponent::getBusInfo.

  • [plug imp]
  • [extends IComponent]
  • [released: 3.7.0]

The kIsControlVoltage flag allows the plug-in to inform the host that an audio bus does not contain ordinary audio data, but data used for control changes at sample rate.

The data is in the same format as the audio data [-1.0, 1.0].

A host has to prevent unintended routing to speakers to prevent damage.

Only valid for audio media type busses.