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

TStkSaxofony

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

Declaration

Source position: DAV_StkSaxofony.pas line 39

type TStkSaxofony = class(TStkControlableInstrument)

protected

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

  

  FReedTable: TStkReedTable;

  

  FFilter: TStkOneZero;

  

  FEnvelope: TStkEnvelope;

  

  FNoise: TStkNoise;

  

  FVibrato: TStkLFO;

  

  FLength: Integer;

  

  FOutputGain: Single;

  

  FNoiseGain: Single;

  

  FVibratoGain: Single;

  

  FPosition: Single;

  

  FBaseFrequency: Single;

  

  procedure SetFrequency(); override;

  

  function GetFrequency; override;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure StartBlowing();

  

  procedure StopBlowing();

  

  procedure NoteOn(); override;

  

  procedure NoteOff(); override;

  

  function Tick; override;

  

  procedure ControlChange(); override;

  

end;

Inheritance

TStkSaxofony

  

|

TStkControlableInstrument

  

|

TStkInstrument

  

|

TStk

  

|

TObject



CT Web help

CodeTyphon Studio