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

The BASS_BFX_CHORUS type exposes the following members.
Constructors

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

  NameDescription
Public methodPreset_BackChipmunk
Sets the instance members to a preset.
Public methodPreset_Devil
Sets the instance members to a preset.
Public methodPreset_ExaggeratedChorusLTMPitchSshiftedVoices
Sets the instance members to a preset.
Public methodPreset_Flanger
Sets the instance members to a preset.
Public methodPreset_Motocycle
Sets the instance members to a preset.
Public methodPreset_ThisIsTheAirplane
Sets the instance members to a preset.
Public methodPreset_Water
Sets the instance members to a preset.
Public methodPreset_WhoSayTTNManyVoices
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 fieldfMaxSweep
Maximum delay in ms (0<...6000). Default = 0.
Public fieldfMinSweep
Minimum delay in ms (0<...6000). Default = 0.
Public fieldfRate
Rate in ms/s (0<...1000). 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