Show / Hide Table of Contents

Class DXReverbEffect

DX8 Reverb Effect.

Inheritance
Object
Effect<DXReverbParameters>
DXReverbEffect
Inherited Members
Effect<DXReverbParameters>.Parameters
Effect<DXReverbParameters>.ApplyOn(Int32, Int32)
Effect<DXReverbParameters>.Priority
Effect<DXReverbParameters>.Dispose()
Effect<DXReverbParameters>.Default()
Effect<DXReverbParameters>.IsActive
Effect<DXReverbParameters>.OnPreset()
Effect<DXReverbParameters>.PropertyChanged
Effect<DXReverbParameters>.OnPropertyChanged(String)
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXReverbEffect : Effect<DXReverbParameters>, IDisposable

Properties

HighFreqRTRatio

In the range from 0.001 through 0.999. The default value is 0.001.

Declaration
public double HighFreqRTRatio { get; set; }
Property Value
Double

InGain

Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB.

Declaration
public double InGain { get; set; }
Property Value
Double

ReverbMix

Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB.

Declaration
public double ReverbMix { get; set; }
Property Value
Double

ReverbTime

Reverb time, in milliseconds, in the range from 0.001 through 3000. The default value is 1000.

Declaration
public double ReverbTime { get; set; }
Property Value
Double

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx