Class ALVSTHost.TALVSTProgram
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 8: | Line 8: | ||
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | '''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | ||
− | |||
− | |||
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALVSTProgram = '''class''' | + | '''type''' TALVSTProgram = '''class''' |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALVSTProgram | + | '''class''' TALVSTProgram |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALVSTProgram | + | '''class''' CTALVSTProgram |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TALVSTProgram | + | '''public ref class''' TALVSTProgram |
</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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:30, 10 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 TALVSTProgram
Summary
VST program properties class.
Description
Defines VST PlugIn program properties class.
Properties
Published
- ProgramIndex - Specifies the index of the program to select.