Class ALVSTHost.TALVSTEditor
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: ALVSTHost
Inherits: TALVSTPersistent
Contents |
Syntax
Delphi:
type TALVSTEditor = class( TALVSTPersistent )
C++ Builder:
class TALVSTEditor : public TALVSTPersistent
Visual C++ (MFC):
class CTALVSTEditor : public CTALVSTPersistent
C# (.NET):
public ref class TALVSTEditor : Mitov.AudioLab.VSTPersistent
Summary
VST Visual editor properties class.
Description
Defines VST PlugIn Visual editor properties class.
Properties
Public
- Rectangle - Returns the editors rectangle.
- Available - Indicates if VST editor is available for this PlugIn.
- Visible - Indicates if the editor is visible.
Methods
Public
- procedure Show(AParent : TWinControl) - Shows the VST editor on a specific control.
- procedure Show(AParent : TWinControl; AX : Integer; AY : Integer) - Shows the VST editor at specific position on a specific control.
- procedure Show(AWinHandle : THandle) - Shows the VST editor on a specific window.
- procedure Show(AWinHandle : THandle; AX : Integer; AY : Integer) - Shows the VST editor at specific position on a specific window.
- procedure Show() - Shows the VST editor.
- procedure MoveTo(AX : Integer; AY : Integer) - Moves the VST editor to a position.
- procedure Hide() - Hides the VST editor.
- procedure Activate() - Activates the editor.
- procedure Deactivate() - Deactivates the editor.