Used with BASS_ChannelSetFX(Int32, BASSFXType, Int32), BASS_FXSetParameters(Int32, IntPtr) and BASS_FXGetParameters(Int32, IntPtr) to retrieve and set the parameters of the DSP effect Dynamic amplification.
Inheritance Hierarchy
Un4seen.Bass.AddOn.FxBASS_BFX_DAMP
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class BASS_BFX_DAMP
The BASS_BFX_DAMP type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_BFX_DAMP |
Default constructor
| |
| BASS_BFX_DAMP(Single, Single, Single, Single, Single) |
Constructor already setting the members
| |
| BASS_BFX_DAMP(Single, Single, Single, Single, Single, BASSFXChan) |
Constructor already setting the members
|
Methods
| Name | Description | |
|---|---|---|
| Preset_Hard |
Sets the instance members to a preset.
| |
| Preset_Medium |
Sets the instance members to a preset.
| |
| Preset_Soft |
Sets the instance members to a preset.
|
Fields
| Name | Description | |
|---|---|---|
| fDelay |
Delay in seconds before increasing level (0...n, linear). Default = 0.
| |
| fGain |
Amplification level (0...1...n, linear). Default = 0.
| |
| fQuiet |
Quiet volume level (0...1, linear). Default = 0.
| |
| fRate |
Amplification adjustment rate (0...1, linear), e.g. 0.02. Default = 0.
| |
| fTarget |
Target volume level (0<...1, linear). Default = 1.0 (0dB).
| |
| lChannel |
A BASSFXChan flag to define on which channels to apply the effect.
Default: -1 (BASS_BFX_CHANALL) - all channels. |
See Also