BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_ENV_NODE Structure

BASS.NET API for the Un4seen BASS Audio Library
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.5
Syntax

[SerializableAttribute]
public struct BASS_BFX_ENV_NODE

The BASS_BFX_ENV_NODE type exposes the following members.

Constructors

  NameDescription
Public methodBASS_BFX_ENV_NODE
Constructor to initialize the members.
Top
Methods

  NameDescription
Public methodToString
A description of the volume envelope node (position, value).
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldpos
The postion of the node in seconds.
Public fieldval
The volume envelope value at the position (0.0=silence, 1.0=max.).
Top
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

Reference