Used within BASS_BFX_VOLUME_ENV to define one volume envelope node.
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
The BASS_BFX_ENV_NODE type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BASS_BFX_ENV_NODE |
Constructor to initialize the members.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
A description of the volume envelope node (position, value).
(Overrides ValueTypeToString.) |
Fields
Name | Description | |
---|---|---|
![]() | pos |
The postion of the node in seconds.
|
![]() | val |
The volume envelope value at the position (0.0=silence, 1.0=max.).
|
Remarks
Envelopes are applied on top of the channel's attributes, as set via BASS_ChannelSetAttribute(Int32, BASSAttribute, Single). The final volume is a product of the channel attribute and the envelope.
See Also