Class ALVSTHost.TALVSTParameter

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
 
'''Inherits:''' [[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTParameter = '''class'''( [[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]] )
+
'''type''' TALVSTParameter = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTParameter : '''public''' [[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]]
+
'''class''' TALVSTParameter
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTParameter : '''public''' [[Class ALVSTHost.TALVSTPersistentListItem|CTALVSTPersistentListItem]]
+
'''class''' CTALVSTParameter
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTParameter : [[Class ALVSTHost.TALVSTPersistentListItem|Mitov.AudioLab.VSTPersistentListItem]]
+
'''public ref class''' VSTParameter
 
</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.  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
 
== Methods ==
 
 
=== Public ===
 
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
  
 
[[Category:Classes]]
 
[[Category:Classes]]

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox