Class ALVST3Host.TALVST3ParameterValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VST3ParameterValue : [[Class ALVST3Host.TALVST3ParameterReadOnlyValue|Mitov.AudioLab.VST3ParameterReadOnlyValue]] |
</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: 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 VST3ParameterValue : 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.