Show / Hide Table of Contents

Class ChorusParameters

Parameters for Chorus Effect.

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

Fields

fDryMix

Dry (unaffected) signal mix (-2...+2). Default = 0.9

Declaration
public float fDryMix
Field Value
Single

fFeedback

Feedback (-1...+1). Default = 0.5.

Declaration
public float fFeedback
Field Value
Single

fMaxSweep

Maximum delay in ms (0<...6000). Default = 400.

Declaration
public float fMaxSweep
Field Value
Single

fMinSweep

Minimum delay in ms (0<...6000). Default = 1.

Declaration
public float fMinSweep
Field Value
Single

fRate

Rate in ms/s (0<...1000). Default = 200.

Declaration
public float fRate
Field Value
Single

fWetMix

Wet (affected) signal mix (-2...+2). Default = 0.35.

Declaration
public float fWetMix
Field Value
Single

lChannel

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

Declaration
public FXChannelFlags lChannel
Field Value
FXChannelFlags

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