Skip to main content

clearPlaybackRangeHighlight

since 1.8.0

Description​

Clears the highlight markers marking the currently selected playback range. Unlike actually setting playbackRange this method only clears the selection markers without actually changing the playback range. This method can be used when building custom selection systems (e.g. having draggable handles).

clearPlaybackRangeHighlight(): void

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.clearPlaybackRangeHighlight();