Property ALVSTHost.TALVSTHost.TailSize
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 TailSize : Integer read GetTailSize;
C++ Builder:
__property int TailSize = { read=GetTailSize };
Summary
Return after what time the response to an input sample will have die to zero.
Description
Use this property to get after what time the response to an
input sample will have die to zero. For instance, a reverb
will have a tail somewhat similar to its reverbaration time,
an IIR will 'never' die, and an FIR will usually die after a
short amount of samples, but many plugs will have no tail at
all. The application may decide to not call the plug's
process method after it sounded out, and no input data will
be applied (silence).