Show / Hide Table of Contents

Class DXReverbParameters

Parameters for DX8 Reverb Effect.

Inheritance
Object
DXReverbParameters
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXReverbParameters : object, IEffectParameter

Fields

fHighFreqRTRatio

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

Declaration
public float fHighFreqRTRatio
Field Value
Single

fInGain

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

Declaration
public float fInGain
Field Value
Single

fReverbMix

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

Declaration
public float fReverbMix
Field Value
Single

fReverbTime

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

Declaration
public float fReverbTime
Field Value
Single

Properties

FXType

Gets the EffectType.

Declaration
public EffectType FXType { get; }
Property Value
EffectType

Implements
IEffectParameter.FXType
Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx