Class ALVSTHost.TALVSTProgram

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.TALVSTPersistent|TALVSTPersistent]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTProgram = '''class'''( [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]] )
+
'''type''' TALVSTProgram = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTProgram : '''public''' [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]]
+
'''class''' TALVSTProgram
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTProgram : '''public''' [[Class ALVSTHost.TALVSTPersistent|CTALVSTPersistent]]
+
'''class''' CTALVSTProgram
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTProgram : [[Class ALVSTHost.TALVSTPersistent|Mitov.AudioLab.VSTPersistent]]
+
'''public ref class''' VSTProgram
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 43: Line 41:
 
*[[Property ALVSTHost.TALVSTProgram.Name|Name]] - Gets or sets the name of the currently selected program.  
 
*[[Property ALVSTHost.TALVSTProgram.Name|Name]] - Gets or sets the name of the currently selected program.  
 
*[[Property ALVSTHost.TALVSTProgram.Programs|Programs]] - List of available VST programs.  
 
*[[Property ALVSTHost.TALVSTProgram.Programs|Programs]] - List of available VST programs.  
 
== 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 TALVSTProgram = class

C++ Builder:

class TALVSTProgram

Visual C++ (MFC):

class CTALVSTProgram

C# (.NET):

public ref class VSTProgram

Summary

VST program properties class.

Description

Defines VST PlugIn program properties class.

Properties

Published

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox