BASS.NET API for the Un4seen BASS Audio LibraryBASS_BFX_PHASER MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_BFX_PHASER type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_PHASER 
Default constructor
Public methodBASS_BFX_PHASER(Single, Single, Single, Single, Single, Single)
Constructor already setting the members
Public methodBASS_BFX_PHASER(Single, Single, Single, Single, Single, Single, BASSFXChan)
Constructor already setting the members
Back to Top
Methods

  NameDescription
Public methodPreset_BasicPhase
Sets the instance members to a preset.
Public methodPreset_Default
Sets the instance members to a preset.
Public methodPreset_FastPhase
Sets the instance members to a preset.
Public methodPreset_InvertWithInvertFeedback
Sets the instance members to a preset.
Public methodPreset_MediumPhase
Sets the instance members to a preset.
Public methodPreset_PhaseShift
Sets the instance members to a preset.
Public methodPreset_PhaseWithFeedback
Sets the instance members to a preset.
Public methodPreset_SlowInvertPhaseShiftWithFeedback
Sets the instance members to a preset.
Public methodPreset_TremoloWah
Sets the instance members to a preset.
Back to Top
Fields

  NameDescription
Public fieldfDryMix
Dry (unaffected) signal mix (-2...+2). Default = 0.
Public fieldfFeedback
Feedback (-1...+1). Default = 0.
Public fieldfFreq
Base frequency of sweep range (0<...1000). Default = 0.
Public fieldfRange
Sweep range inoctaves (0<...<10). Default = 0.
Public fieldfRate
Rate of sweep in cycles per second (0<...<10). Default = 0.
Public fieldfWetMix
Wet (affected) signal mix (-2...+2). Default = 0.
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Back to Top
See Also