Skip to main content

player

since 0.9.4
playerJavaScriptPlayer.netplayerAndroid

Description​

The alphaSynth player used for playback. This is the low-level API to the Midi synthesizer used for playback. Gets access to the underling IAlphaSynth that is used for the audio playback.

player: IAlphaSynth | null;

Examples​

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