Class ALVST3Host.TALVST3Editor
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| (2 intermediate revisions by one user not shown) | |||
| Line 24: | Line 24: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' VST3Editor | 
| </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
| Contents | 
Syntax
Delphi:
type TALVST3Editor = class
C++ Builder:
class TALVST3Editor
Visual C++ (MFC):
class CTALVST3Editor
C# (.NET):
public ref class VST3Editor
Summary
VST 3 Visual editor properties class.
Description
Defines VST 3 PlugIn Visual editor properties class.
Properties
Published
- KnobMode - Specifies the desired Knob Mode for the editor.
Public
- Available - Indicates if VST 3 editor is available for this PlugIn.
- Help - Access to the Help properties, and methods.
- About - Access to the About Box properties, and methods.
Methods
Public
- function Show(AParent : TWinControl) : Boolean - Shows the VST 3 editor on a specific control.
- function Show(AParent : TWinControl; AX : Integer; AY : Integer) : Boolean - Shows the VST 3 editor at specific position on a specific control.
- function Show(AParent : TWinControl; AX : Integer; AY : Integer; AWidth : Integer; AHeight : Integer) : Boolean - Shows the VST 3 editor at specific position and with specific size on a specific control.
- function Show(AWinHandle : HWND) : Boolean - Shows the VST 3 editor on a specific window.
- function Show(AWinHandle : HWND; AX : Integer; AY : Integer) : Boolean - Shows the VST 3 editor at specific position on a specific window.
- function Show(AWinHandle : HWND; AX : Integer; AY : Integer; AWidth : Integer; AHeight : Integer) : Boolean - Shows the VST 3 editor at specific position and with specific size on a specific window.
- function Show() : Boolean - Shows the VST 3 editor.
- function ShowModal() : Boolean - Shows the VST 3 editor.
- procedure Hide() - Hides the VST 3 editor.
