Unit 'DAV_StkReverb' Package
[Overview][Classes][Index] [#pl_asiovst]

TStkReverb

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DAV_StkReverb.pas line 13

type TStkReverb = class(TStk)

protected

  FLastOutput: array [0..1] of Single;

  

  FEffectMix: Single;

  

  function IsPrime();

  

  procedure EffectMixChanged; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear; virtual; abstract;

  

  function Tick();

  

  property EffectMix: Single; [rw]

  

  property LastOutputLeft: Single; [r]

  

  property LastOutputRight: Single; [r]

  

  property LastOutput: Single; [r]

  

end;

Inheritance

TStkReverb

  

|

TStk

  

|

TObject



CT Web help

CodeTyphon Studio