Skip to main content

play

since 0.9.4

Description​

Starts the playback of the current song.

play(): boolean

Returns​

true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing.

Examples​

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