Delphi ASIO & VST Package: DDspPhaser: Class TPhaser

Delphi ASIO & VST

Class TPhaser

DescriptionHierarchyFieldsMethodsProperties

Unit

DDspPhaser

Declaration

type TPhaser = class(TObject)

Description

Hierarchy

  • TObject
  • TPhaser

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function Process(const x:single):single;

Properties

Public property SampleRate : Single read fSampleRate write SetSampleRate;
Public property Depth: Single read fDepth write fDepth;
Public property Feedback: Single read fFeedback write fFeedback;
Public property Minimum: Single read fMin write SetMinimum;
Public property Maximum: Single read fMax write SetMaximum;
Public property Stages: Integer read GetStages write SetStages;
Public property Rate: Single read fRate write SetRate;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function Process(const x:single):single;
 

Properties

Public property SampleRate : Single read fSampleRate write SetSampleRate;
 
Public property Depth: Single read fDepth write fDepth;
 
Public property Feedback: Single read fFeedback write fFeedback;

0..1

Public property Minimum: Single read fMin write SetMinimum;

0..<1

Public property Maximum: Single read fMax write SetMaximum;
 
Public property Stages: Integer read GetStages write SetStages;
 
Public property Rate: Single read fRate write SetRate;
 

Generated by PasDoc 0.10.0 on 2007-11-13 13:04:17