Skip to main content

alphaTab.importer.ScoreImporter

This is the base public class for creating new song importers which enable reading scores from any binary datasource

 abstract class ScoreImporter

Properties​

name​

(no description)

abstract readonly name: string;

Methods​

init​

Initializes the importer with the given data and settings.

init(data: IReadable, settings: Settings): void
ParameterSummary
dataAll

(no description)

settingsAll

(no description)

readScore​

Reads the Score contained in the data.

abstract readScore(): Score

Returns​

The score that was contained in the data.