Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
VST property (RO) 
 
Type
[Visual Basic] 
Public Property VST As VSTs
 
[C#] 
public VSTs VST {get;}
 
[C++] 
public: __property VSTs* get_VST ();
 
This property is Read-only
 
 
Remarks
The object used to manage VST effects. 
This property encapsulates the functionality of the VSTs class. 
For further details about managing a VST effect refer to the How to manage VST effects tutorial.
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents