Show / Hide Table of Contents

Class DampParameters

Parameters for Damp Effect.

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

Fields

fDelay

Delay in seconds before increasing level (0...n, linear).

Declaration
public float fDelay
Field Value
Single

fGain

Amplification level (0...1...n, linear).

Declaration
public float fGain
Field Value
Single

fQuiet

Quiet volume level (0...1, linear).

Declaration
public float fQuiet
Field Value
Single

fRate

Amplification adjustment rate (0...1, linear).

Declaration
public float fRate
Field Value
Single

fTarget

Target volume level (0<...1, linear).

Declaration
public float fTarget
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