Skip to main content

core.tracks

since 0.9.6

Description​

This setting can be used in combinition with the file or tex option. It controls which of the tracks of the initially loaded file should be displayed.

core.tracksJavaScript
tracksJavaScript
core.tracksJSON
tracksJSON
data-core-tracksHTML
data-tracksHTML

Types​

TypeValues
'all'AllIf the `all` string is provided, all tracks of the song will be displayed.
intAllIf a single number is provided, the value represents the 0-based index of the track to display.
int[]AllIf a number array is provided, the values represent the 0-based indexes of the tracks to display.

Default Value​

null