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

TStkFormantSweep

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

Declaration

Source position: DAV_StkFormantSweep.pas line 20

type TStkFormantSweep = class(TStkBiQuad)

protected

  FDirty: Boolean;

  

  FFrequency: Single;

  

  FRadius: Single;

  

  FStartFrequency: Single;

  

  FStartRadius: Single;

  

  FStartGain: Single;

  

  FTargetFrequency: Single;

  

  FTargetRadius: Single;

  

  FTargetGain: Single;

  

  FDeltaFrequency: Single;

  

  FDeltaRadius: Single;

  

  FDeltaGain: Single;

  

  FSweepState: Single;

  

  FSweepRate: Single;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure SetResonance();

  

  procedure SetStates();

  

  procedure SetTargets();

  

  function Tick();

  

  property SweepRate: Single; [rw]

  

  property SweepTime: Single; [rw]

  

end;

Inheritance

TStkFormantSweep

  

|

TStkBiQuad

  

|

TStkFilter

  

|

TStk

  

|

TObject



CT Web help

CodeTyphon Studio