BASS_BFX_ENV_NODE

BASS FX

BASS_BFX_ENV_NODE structure

Used with volume envelope effect.

typedef struct {
    double pos;
    float val;
} BASS_BFX_ENV_NODE;

Members

pos

Node position in seconds (1st envelope node must be at position 0)

val Node value at the position

See also
BASS_ChannelSetFX