Class ALVST3Host.TALVST3Editor
From Mitov Wiki Doc
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.