player
playerJavaScript
Player.net
playerAndroid
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.
- JavaScript
- C#
- Kotlin
Examples​
- JavaScript
- C#
- Android
const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
setupPlayerEvents(api.settings);
var api = new AlphaTabApi<MyControl>(...);
SetupPlayerEvents(api.Player);
val api = AlphaTabApi<MyControl>(...)
setupPlayerEvents(api.player)