BASS_ATTRIB_TEMPO_OPTION_SEEKWINDOW_MS

BASS FX

BASS_ATTRIB_TEMPO_OPTION_SEEKWINDOW_MS attribute

Set tempo seek window in ms.

BOOL BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_TEMPO_OPTION_SEEKWINDOW_MS,
    float seekwindow_ms
);

Parameters

handle Tempo stream (or source channel) handle
seekwindow_ms

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

(default = 28, 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