Show / Hide Table of Contents

Class DXEchoEffect

DX8 Echo Effect.

Inheritance
Object
Effect<DXEchoParameters>
DXEchoEffect
Inherited Members
Effect<DXEchoParameters>.Parameters
Effect<DXEchoParameters>.ApplyOn(Int32, Int32)
Effect<DXEchoParameters>.Priority
Effect<DXEchoParameters>.Dispose()
Effect<DXEchoParameters>.Default()
Effect<DXEchoParameters>.IsActive
Effect<DXEchoParameters>.OnPreset()
Effect<DXEchoParameters>.PropertyChanged
Effect<DXEchoParameters>.OnPropertyChanged(String)
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXEchoEffect : Effect<DXEchoParameters>, IDisposable

Properties

Feedback

Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.

Declaration
public double Feedback { get; set; }
Property Value
Double

LeftDelay

Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.

Declaration
public double LeftDelay { get; set; }
Property Value
Double

PanDelay

Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap.

Declaration
public bool PanDelay { get; set; }
Property Value
Boolean

RightDelay

Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.

Declaration
public double RightDelay { get; set; }
Property Value
Double

WetDryMix

Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).

Declaration
public double WetDryMix { get; set; }
Property Value
Double

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx