Show / Hide Table of Contents

Class ReverbParameters

Parameters for Reverb Effect.

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

Fields

fDamp

Damping factor (0.0...1.0, def. 0.5).

Declaration
public float fDamp
Field Value
Single

fDryMix

Dry (unaffected) signal mix (0.0...1.0, def. 0).

Declaration
public float fDryMix
Field Value
Single

fRoomSize

Room size (0.0...1.0, def. 0.5).

Declaration
public float fRoomSize
Field Value
Single

fWetMix

Wet (affected) signal mix (0.0...3.0, def. 1.0).

Declaration
public float fWetMix
Field Value
Single

fWidth

Stereo width (0.0...1.0, def. 1.0).

Declaration
public float fWidth
Field Value
Single

Remarks

It should at least be 4 for moderate scaling ratios. A value of 32 is recommended for best quality (better quality = higher CPU usage).

lChannel

A FXChannelFlags flag to define on which channels to apply the effect. Default: All

Declaration
public FXChannelFlags lChannel
Field Value
FXChannelFlags

lMode

Mode: 0 = no freeze or 1 = freeze, def. 0 (no freeze).

Declaration
public int lMode
Field Value
Int32

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