Class ALVST3Host.TALVST3ParameterValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 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
Inherits: TALVST3ParameterReadOnlyValue
Contents |
Syntax
Delphi:
type TALVST3ParameterValue = class( TALVST3ParameterReadOnlyValue )
C++ Builder:
class TALVST3ParameterValue : public TALVST3ParameterReadOnlyValue
Visual C++ (MFC):
class CTALVST3ParameterValue : public CTALVST3ParameterReadOnlyValue
C# (.NET):
public ref class TALVST3ParameterValue : Mitov.AudioLab.VST3ParameterReadOnlyValue
Summary
VST 3 parameter list value properties class.
Description
Defines VST 3 PlugIn parameter list value properties class.
Properties
Public
- AsString - Specifies the non normalized parameter value as string.
- Normalized - Specifies the normalized parameter value.
- Value - Specifies the non normalized parameter value.
From TALVST3ParameterReadOnlyValue
Properties
Public
- AsString - Returns the non normalized parameter value as string.
- Normalized - Returns the normalized parameter value.
- Value - Returns the non normalized parameter value.