BASSmix

BASS_MIXER_NODE


Used with BASS_Mixer_ChannelSetEnvelope to set an envelope on a channel.

typedef struct {
    QWORD pos;
    float val;
} BASS_MIXER_NODE;

Members

posThe position of the node in bytes. This is based on the mixer's sample format, not the source channel's format.
valThe envelope value at the position.

See also

BASS_Mixer_ChannelSetEnvelope