Show / Hide Table of Contents

Class DistortionParameters

Parameters for Distortion Effect.

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

Fields

fDrive

Distortion Drive (0...5).

Declaration
public float fDrive
Field Value
Single

fDryMix

Dry (unaffected) signal mix (-5...+5).

Declaration
public float fDryMix
Field Value
Single

fFeedback

Feedback (-1...+1).

Declaration
public float fFeedback
Field Value
Single

fVolume

Distortion volume (0...+2).

Declaration
public float fVolume
Field Value
Single

fWetMix

Wet (affected) signal mix (-5...+5).

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