Copyright © 2005-2019 MultiMedia Soft

VSTs class

Previous pageReturn to chapter overviewNext page

The VSTs class, accessible through the control's VST property, contains methods needed to apply Steinberg's Virtual Studio Technology (VST) effects.

 

The VSTs class is implemented through the following methods:

 

EditorGetInfo

EditorMove

EditorShow

EffectEnable

EffectFlush

EffectFree

EffectLoad

GetInfo

GetInfoString

GetType

InstrumentEventApply

InstrumentEventRawApply

InstrumentFree

InstrumentLoad

ProgramsGetCount

ProgramGetCurrent

ProgramSetCurrent

ProgramNameGet

ProgramNameSet

ProgramParamGetDefaultValue

ProgramParamGetInfo

ProgramParamGetValue

ProgramParamSetValue

ProgramParamsGetCount

 

For further details about managing a VST effect refer to the How to manage VST effects tutorial.

 

A sample of use of the VSTs class in Visual C# and Visual Basic.NET can be found inside the following samples installed with the product's setup package:

- VstEffects