BASS.NET API for the Un4seen BASS Audio Library

BASSMIXEnvelope Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSMIXEnvelope
Members

  Member nameValueDescription
BASS_MIXER_ENV_FREQ1 Sample rate.

Envelopes are applied on top of the channel's attributes, as set via BASS_ChannelSetAttribute(Int32, BASSAttribute, Single). The final sample rate is the product of the channel attribute and the envelope.

BASS_MIXER_ENV_VOL2 Volume.

Envelopes are applied on top of the channel's attributes, as set via BASS_ChannelSetAttribute(Int32, BASSAttribute, Single). The final volume is the product of the channel attribute and the envelope.

BASS_MIXER_ENV_PAN3 Panning/Balance.

Envelopes are applied on top of the channel's attributes, as set via BASS_ChannelSetAttribute(Int32, BASSAttribute, Single). The final panning is a sum of the channel attribute and envelope.

BASS_MIXER_ENV_LOOP65536 Flag: Loop the envelope.
BASS_MIXER_ENV_REMOVE131072 Flag: Remove at end
See Also

Reference