Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
VST object 
 
The VST object, accessible through the control's VST property, is internally implemented as a COM interface called IVST and contains methods needed to apply Steinberg''s Virtual Studio Technology (VST) effects. 
 
The VST object is implemented through the following methods: 
 
  • Enable 
  • EditorGetInfo 
  • EditorMove 
  • EditorShow 
  • Flush 
  • Free 
  • GetInfo 
  • Load 
  • GetInfoString 
  • 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 VST object in Visual Basic 6 and Visual C++ 6 can be found inside the following samples installed with the product's setup package: 
    - VstEffects 
     
     
     
     
     
     
     
     
    Copyright © 2001-2008 MultiMedia Soft 
    Return to Table of contents