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

TStkPitchShifter

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

Declaration

Source position: DAV_StkPitchShift.pas line 18

type TStkPitchShifter = class(TStk)

protected

  FDelayLine: array [0..1] of TStkDelayL;

  

  FEffectMix: Single;

  

  FRate: Single;

  

  FShift: Single;

  

  FLastOutput: Single;

  

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

  

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

  

  procedure ShiftChanged; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function Tick();

  

  property LastOutput: Single; [r]

  

  property EffectMix: Single; [rw]

  

  property Shift: Single; [rw]

  

end;

Inheritance

TStkPitchShifter

  

|

TStk

  

|

TObject



CT Web help

CodeTyphon Studio