BASS_ATTRIB_TEMPO_OPTION_SEQUENCE_MS

BASS FX

BASS_ATTRIB_TEMPO_OPTION_SEQUENCE_MS attribute

Set tempo sequence in ms.

BOOL BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_TEMPO_OPTION_SEQUENCE_MS,
    float sequence_ms
);

Parameters

handle Tempo stream (or source channel) handle
sequence_ms

[-50%..+100%] of current value

(default = 82, automatic = 0)

Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLE handle  is invalid
BASS_ERROR_ILLPARAM An illegal parameter was specified

See also
BASS_FX_TempoCreate, BASS_FX_TempoGetSourceBASS_FX_TempoGetRateRatio