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

TStkPluckTwo

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

Declaration

Source position: DAV_StkPluckTwo.pas line 26

type TStkPluckTwo = class(TStkControlableInstrument)

protected

  FDelayLine: TStkDelayA;

  

  FDelayline2: TStkDelayA;

  

  FCombDelay: TStkDelayL;

  

  FFilter: TStkOneZero;

  

  FFilter2: TStkOneZero;

  

  FLength: LongInt;

  

  FLoopGain: Single;

  

  FBaseLoopGain: Single;

  

  FLastFrequency: Single;

  

  FLastLength: Single;

  

  FDetuning: Single;

  

  FPluckAmplitude: Single;

  

  FPluckPosition: Single;

  

  procedure SetFrequency(); override;

  

  function GetFrequency; override;

  

  procedure FrequencyChanged; virtual;

  

  procedure DetuneChanged; virtual;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure SetFreqAndDetune();

  

  procedure NoteOff(); override;

  

  function Tick; override;

  

  property BaseLoopGain: Single; [rw]

  

  property Detune: Single; [rw]

  

  property PluckPosition: Single; [rw]

  

end;

Inheritance

TStkPluckTwo

  

|

TStkControlableInstrument

  

|

TStkInstrument

  

|

TStk

  

|

TObject



CT Web help

CodeTyphon Studio