Skip to main content

isLooping

since 0.9.4

Description​

This setting controls whether the playback should automatically restart after it finished to create a playback loop.

isLoopingJavaScript
alphaTab('looping')jQuery
IsLooping.net
isLoopingAndroid

Types​

boolAll

Default Value​

false

Examples​

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