BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_VOLUME_ENV Constructor (BASS_BFX_ENV_NODE)

BASS.NET API for the Un4seen BASS Audio Library
Constructor assigning the volume envelope nodes to use.

Namespace:  Un4seen.Bass.AddOn.Fx
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASS_BFX_VOLUME_ENV(
	params BASS_BFX_ENV_NODE[] nodes
)

Parameters

nodes
Type: Un4seen.Bass.AddOn.FxBASS_BFX_ENV_NODE
The array of volume nodes to use with this instance (the first node must be at position 0.0).
See Also

Reference