Multi tracks aren't displayed #2520
-
|
I can't get even the simplest multi-track sheet to work, meaning that only the first track is ever displayed.
My expectation would be that both tracks are displayed as in this example from the documentation: https://alphatab.net/docs/alphatex/structural-metadata#track What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I highly recommend you work your way through the general alphaTab tutorial to learn how alphaTab generally works. There, (specifically the track selector chapter) you will learn how alphaTab internally separates the songs into tracks and how you can/need-to tell alphaTab which tracks to display. alphaTex is a input format to describe the data model. Many aspects of the display and playback are part of the general alphaTab API. tl;dr: You specify which tracks to display through "settings.core.tracks", "api.renderScore" or "api.renderTracks" |
Beta Was this translation helpful? Give feedback.



I highly recommend you work your way through the general alphaTab tutorial to learn how alphaTab generally works.
There, (specifically the track selector chapter) you will learn how alphaTab internally separates the songs into tracks and how you can/need-to tell alphaTab which tracks to display.
alphaTex is a input format to describe the data model. Many aspects of the display and playback are part of the general alphaTab API.
tl;dr: You specify which tracks to display through "settings.core.tracks", "api.renderScore" or "api.renderTracks"