Class ALVST3Host.TALVST3Parameter
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 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: ALVST3Host
Contents |
Syntax
Delphi:
type TALVST3Parameter = class
C++ Builder:
class TALVST3Parameter
Visual C++ (MFC):
class CTALVST3Parameter
C# (.NET):
public ref class TALVST3Parameter
Summary
VST 3 parameter properties class.
Description
Defines VST 3 PlugIn parameter properties class.
Properties
Public
- IsBypass - Checks if parameter is a special bypass parameter.
- IsProgramChange - Checks if parameter is a program change.
- IsList - Checks if parameter is a program should be displayed as list.
- IsWrapAround - Checks if attempts to set the parameter value out of the limits will result in a wrap around.
- IsReadOnly - Checks if parameter can not be changed from outside.
- CanAutomate - Checks if the parameter can be automated.
- Values - Returns the list of values.
- Max - Returns the maximal parameter value info.
- Min - Returns the minimal parameter value info.
- DefaultValue - Returns the default value info.
- Value - The parameter value.
- UnitID - Returns the id of unit the parameter belongs to
- Units - Returns the parameter units.
- ShortTitle - Returns the parameter short title.
- Title - Returns the parameter title.
- ID - Returns the unique identifier of the parameter.