BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_FLANGER Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_FXGetParameters(Int32, IntPtr) and BASS_FXSetParameters(Int32, IntPtr) to retrieve and set the parameters of a flanger effect.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_DX8_FLANGER

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_DX8_FLANGER

The BASS_DX8_FLANGER type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DX8_FLANGER
Default constructor.
Public methodBASS_DX8_FLANGER(Single, Single, Single, Single, Int32, Single, BASSFXPhase)
constructor already setting the members
Top
Methods

  NameDescription
Public methodPreset_A
Sets the instance members to a preset.
Public methodPreset_B
Sets the instance members to a preset.
Public methodPreset_Default
Sets the instance members to a preset.
Top
Fields

  NameDescription
Public fieldfDelay
Number of milliseconds the input is delayed before it is played back, in the range from 0 to 4. The default value is 0 ms.
Public fieldfDepth
Percentage by which the delay time is modulated by the low-frequency oscillator (LFO), in hundredths of a percentage point. Must be in the range from 0 through 100. The default value is 25.
Public fieldfFeedback
Percentage of output signal to feed back into the effect's input, in the range from -99 to 99. The default value is 0.
Public fieldfFrequency
Frequency of the LFO, in the range from 0 to 10. The default value is 0.
Public fieldfWetDryMix
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
Public fieldlPhase
Phase differential between left and right LFOs, one of the BASSFXPhase values. Default (int)BASSFXPhase.BASS_FX_PHASE_ZERO.
Public fieldlWaveform
Waveform of the LFO... 0 = triangle, 1 = sine. By default, the waveform is a sine.
Top
See Also

Reference