Delphi ASIO & VST Package: DDspDynamics: Class TDynamics

Delphi ASIO & VST

Class TDynamics

DescriptionHierarchyFieldsMethodsProperties

Unit

DDspDynamics

Declaration

type TDynamics = class(TObject)

Description

Hierarchy

  • TObject
  • TDynamics

Overview

Methods

Public function ProcessSample(Input : Double):Double; virtual; abstract;
Public constructor Create; virtual;

Properties

Published property Threshold : Double read fThresholddB write SetThreshold;
Published property Ratio : Double read fRatio write SetRatio;
Published property Attack : Double read fAttack write SetAttack;
Published property Decay : Double read fDecay write SetDecay;
Published property SampleRate : Double read fSampleRate write SetSampleRate;
Published property GainReductionFactor : Double read fGain;
Published property GainReductiondB : Double read GetGainReductiondB;

Description

Methods

Public function ProcessSample(Input : Double):Double; virtual; abstract;
 
Public constructor Create; virtual;
 

Properties

Published property Threshold : Double read fThresholddB write SetThreshold;
 
Published property Ratio : Double read fRatio write SetRatio;

in dB

Published property Attack : Double read fAttack write SetAttack;
 
Published property Decay : Double read fDecay write SetDecay;

in ms

Published property SampleRate : Double read fSampleRate write SetSampleRate;

in ms

Published property GainReductionFactor : Double read fGain;
 
Published property GainReductiondB : Double read GetGainReductiondB;

in dB


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