Skip to main content

player

since 0.9.4

Description​

Gets access to the underling alphaTab.synth.IAlphaSynth that is used for the audio playback.

playerJavaScript
alphaTab('player')jQuery
Player.net

Types​

alphaTab.synth.IAlphaSynthJavaScript
AlphaTab.Synth.IAlphaSynth.net

Examples​

var api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
setupPlayerEvents(api.settings);
setupPlayerEvents($('#alphaTab').alphaTab('player'));
var api = new AlphaTabApi<MyControl>(...);
SetupPlayerEvents(api.Player);