Unit ALVSTHost
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Contents |
Summary
Contains the code for the TALVSTHost component.
Description
This unit contains the code for the TALVSTHost component.
Components
- TALVSTHost - VST 2.X PlugIn host component.
Classes
- TALVSTPersistent - Basic abstract class for VST properties.
- TALVSTOptionalParameter - Base class for optional VST parameters.
- TALVSTParameterCategory - VST parameter's category properties class.
- TALVSTParameterIntegerMinMax - VST parameter Min/Max value properties class.
- TALVSTParameterDisplay - VST parameter display properties class.
- TALVSTParameterFloatStep - VST parameter float value step properties class.
- TALVSTParameterIntegerStep - VST parameter integer value step properties class.
- TALVSTPersistentList - Basic abstract class for VST lists of items.
- TALVSTPersistentListItem - Basic abstract class for VST lists item.
- TALVSTParameterValue - VST parameter list value properties class.
- TALVSTParameterValues - VST parameter available values list class.
- TALVSTOptionalParameterItem - Base class for optional VST parameters.
- TALVSTParameterDefaultValue - VST parameter default value properties class.
- TALVSTParameter - VST parameter properties class.
- TALVSTParameters - List of VST PlugIn parameters.
- TALVSTProgramItem - VST available program class.
- TALVSTPrograms - VST list of programs class.
- TALVSTProgram - VST program properties class.
- TALVSTEditor - VST Visual editor properties class.
- TALVSTPin - VST PlugIn pin class.
- TALVSTInputPin - VST PlugIn input pin class.
- TALVSTOutputPin - VST PlugIn output pin class.
- TALVSTPins - List of VST PlugIn pins class.
- TALVSTInputPins - List of VST PlugIn input pins class.
- TALVSTOutputPins - List of VST PlugIn output pins class.
- TALVSTHost - VST 2.X PlugIn host component.
Enums
- TALVSTHostLanguage - VST language enumeration.
- TALVSTCategory - VST category enumeration.
- TALVSTPrecision - VST floating point precision enumeration.
- TALVSTPanLawType - VST Panning Law enumeration.
- TALVSTHostSupportsFlag - VST host capabilities enumeration.
- TALVSTPlugInSuportFlag - VST PlugIn capabilities enumeration.
- TALVSTPlugInSpeakerArrangementType - VST speaker arrangement type enumeration.
Sets
- TALVSTHostSuports - Set of VST Host supported features.
- TALVSTPlugInSuports - Set of VST Plug-In supported features.
Types
- TALVSTHostEditEvent - Event type to be used by the TALVSTHost component.