Class ALVSTHost.TALVSTParameter
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 8: | Line 8: | ||
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]  | '''Unit:''' [[Unit ALVSTHost|ALVSTHost]]  | ||
| − | |||
| − | |||
== Syntax ==  | == Syntax ==  | ||
=== Delphi: ===  | === Delphi: ===  | ||
<code>  | <code>  | ||
| − | '''type''' TALVSTParameter = '''class'''  | + | '''type''' TALVSTParameter = '''class'''  | 
</code>  | </code>  | ||
=== C++ Builder: ===  | === C++ Builder: ===  | ||
<code>  | <code>  | ||
| − | '''class''' TALVSTParameter   | + | '''class''' TALVSTParameter  | 
</code>  | </code>  | ||
=== Visual C++ (MFC): ===  | === Visual C++ (MFC): ===  | ||
<code>  | <code>  | ||
| − | '''class''' CTALVSTParameter   | + | '''class''' CTALVSTParameter  | 
</code>  | </code>  | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class''' TALVSTParameter   | + | '''public ref class''' TALVSTParameter  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 51: | Line 49: | ||
*[[Property ALVSTHost.TALVSTParameter.MinMax|MinMax]] - Allows access to the Min/Max values of the parameter if available.    | *[[Property ALVSTHost.TALVSTParameter.MinMax|MinMax]] - Allows access to the Min/Max values of the parameter if available.    | ||
*[[Property ALVSTHost.TALVSTParameter.Category|Category]] - Allows access to the category of the parameter.    | *[[Property ALVSTHost.TALVSTParameter.Category|Category]] - Allows access to the category of the parameter.    | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Revision as of 20:30, 10 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 TALVSTParameter
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.