Unit 'DAV_DspLFO' Package
[Overview][Types][Classes][Index] [#pl_asiovst]

TCustomLFOTriangleLike

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

Declaration

Source position: DAV_DspLFO.pas line 72

type TCustomLFOTriangleLike = class(TCustomOscillator)

protected

  FIntSpeed: Integer;

  

  FSpeed: Single;

  

  FMax: Single;

  

  FMin: Single;

  

  FValue: Single;

  

  FPos: Integer;

  

  FScale: Single;

  

  FPosMul: Single;

  

  FHalfScale: Single;

  

  function GetValue; virtual;

  

  procedure SetMin();

  

  procedure SetMax();

  

  procedure SetSpeed();

  

public

  constructor Create; override;

  

  property Value: Single; [r]

  

  property Speed: Single; [rw]

  

  property Min: Single; [rw]

  

  property Max: Single; [rw]

  

end;

Inheritance

TCustomLFOTriangleLike

  

|

TCustomOscillator

  

|

TDspSampleRatePersistent

  

|

TDspPersistent

  

|

TNotifiablePersistent

  

|

TObject



CT Web help

CodeTyphon Studio