Description | Hierarchy | Fields | Methods | Properties |
type TDynamics = class(TObject)
![]() |
function ProcessSample(Input : Double):Double; virtual; abstract; |
![]() |
constructor Create; virtual; |
![]() |
property Threshold : Double read fThresholddB write SetThreshold; |
![]() |
property Ratio : Double read fRatio write SetRatio; |
![]() |
property Attack : Double read fAttack write SetAttack; |
![]() |
property Decay : Double read fDecay write SetDecay; |
![]() |
property SampleRate : Double read fSampleRate write SetSampleRate; |
![]() |
property GainReductionFactor : Double read fGain; |
![]() |
property GainReductiondB : Double read GetGainReductiondB; |
![]() |
function ProcessSample(Input : Double):Double; virtual; abstract; |
![]() |
constructor Create; virtual; |
![]() |
property Threshold : Double read fThresholddB write SetThreshold; |
![]() |
property Ratio : Double read fRatio write SetRatio; |
in dB |
![]() |
property Attack : Double read fAttack write SetAttack; |
![]() |
property Decay : Double read fDecay write SetDecay; |
in ms |
![]() |
property SampleRate : Double read fSampleRate write SetSampleRate; |
in ms |
![]() |
property GainReductionFactor : Double read fGain; |
![]() |
property GainReductiondB : Double read GetGainReductiondB; |
in dB |