|
I tried playing a note like so: |
Replies: 2 comments
|
The easiest way to check whether the player is setup and ready, would be to just play the whole file using alphaTab will not log an error or warning (as of today) if you try to request play or playNote before everything is initialized. Otherwise you could try to prepare a JsFiddle to show the issue. |
|
Thanks for that. I realized I have to explicitly state the sound font URL: settings.player.soundFont =
"https://cdn.jsdelivr.net/npm/@coderline/alphatab@latest/dist/soundfont/sonivox.sf2"; |
Thanks for that. I realized I have to explicitly state the sound font URL: