Class ALVSTHost.TALVSTParameter
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 24: | Line 24: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VSTParameter |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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
Unit: ALVSTHost
Contents |
Syntax
Delphi:
type TALVSTParameter = class
C++ Builder:
class TALVSTParameter
Visual C++ (MFC):
class CTALVSTParameter
C# (.NET):
public ref class VSTParameter
Summary
VST parameter properties class.
Description
Defines VST PlugIn parameter properties class.
Properties
Public
- NumStates - Returns the number of states the parameter can be into.
- Group - Returns the name of the group of group the parameter belongs to.
- CanRamp - Indicates if the parameter value can ramp up/down.
- CanBeAutomated - Returns if the parameter can be automated.
- CanSetAsSting - Returns if the parameter can be set as string.
- AsString - Returns the value of the parameter as string.
- Value - Specifies the value of the parameter.
- ParamLabel - Returns the short label of the parameter.
- Name - Returns the name of the parameter.
- DefaultValue - Allows access to the default value of the parameter.
- Values - Allows access to the list of available values for the parameter.
- Display - Returns information on the order in which the parameter should be displayed.
- MinMax - Allows access to the Min/Max values of the parameter if available.
- Category - Allows access to the category of the parameter.