Property ALVSTHost.TALVSTHost.AutoIdle
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.
Class: TALVSTHost
Contents |
Syntax
Delphi:
property AutoIdle : Boolean read FAutoIdle write FAutoIdle default True;
C++ Builder:
__property bool AutoIdle = { read=FAutoIdle, write=FAutoIdle, default=True };
Summary
Specifies if the component will automatically handle Idle requests from the VST PlugIn.
Description
Use this property to specify if the component will
automatically handle Idle requests from the VST PlugIn.