Delphi ASIO & VST Package: DDspDynamics: Class TGate

Delphi ASIO & VST

Class TGate

DescriptionHierarchyFieldsMethodsProperties

Unit

DDspDynamics

Declaration

type TGate = class(TDynamics)

Description

no description available, TDynamics description follows

Hierarchy

Overview

Methods

Public constructor Create; override;
Public destructor Destroy; override;
Public function ProcessSample(Input : Double):Double; override;
Public procedure InputSideChain(Input : Double); virtual;

Properties

Published property Hold : Double read fHold write SetHold;
Published property Range : Double read fRange write SetRange;
Published property Knee : Double read fKnee write SetKnee;
Published property Duck : Boolean read fDuck write fDuck;
Published property SideChainLowCut : Double read GetLowCut write SetLowCut;
Published property SideChainHighCut : Double read GetHighCut write SetHighCut;

Description

Methods

Public constructor Create; override;
 
Public destructor Destroy; override;
 
Public function ProcessSample(Input : Double):Double; override;
 
Public procedure InputSideChain(Input : Double); virtual;
 

Properties

Published property Hold : Double read fHold write SetHold;
 
Published property Range : Double read fRange write SetRange;

in s

Published property Knee : Double read fKnee write SetKnee;

in dB

Published property Duck : Boolean read fDuck write fDuck;

in dB

Published property SideChainLowCut : Double read GetLowCut write SetLowCut;

not implemented yet

Published property SideChainHighCut : Double read GetHighCut write SetHighCut;

in Hz


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