BASS_ATTRIB_TEMPO_OPTION_OVERLAP_MS

BASS FX

BASS_ATTRIB_TEMPO_OPTION_OVERLAP_MS attribute

Set tempo overlap in ms.

BOOL BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_TEMPO_OPTION_OVERLAP_MS,
    float overlap_ms
);

Parameters

handle Tempo stream (or source channel) handle
overlap_ms

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

(default 8)

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