Skip to main content

soundFontLoaded

since 0.9.4

Description​

This event is fired when the SoundFont needed for playback was loaded.

soundFontLoaded: IEventEmitter;

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.soundFontLoaded.on(() => {
hideSoundFontLoadingIndicator();
});