Skip to main content

score

since 0.9.4

Description​

Gets access to the underling AlphaTab.Model.Score that is currently being displayed.

scoreJavaScript
alphaTab('score')jQuery
Score.net
scoreAndroid

Types​

alphaTab.model.ScoreJavaScript
AlphaTab.Model.Score.net
alphaTab.model.ScoreAndroid

Examples​

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