Used with BASS_Mixer_ChannelSetEnvelope to set an envelope on a channel.
typedef struct { QWORD pos; float val; } BASS_MIXER_NODE;
pos | The position of the node in bytes. This is based on the mixer's sample format, not the source channel's format. |
val | The envelope value at the position. |