Skip to main content

alphaTab.exporter.AlphaTexExporter

This ScoreExporter can write alphaTex strings.

 class AlphaTexExporter extends ScoreExporter

Properties​

name​

(no description)

readonly name: string;

Methods​

export​

Exports the given score to a binary buffer. (Inherited from ScoreExporter )

export(score: Score, settings?: Settings | null): Uint8Array
ParameterSummary
scoreAll

The score to serialize

settingsAll

The settings to use during serialization

Returns​

A byte buffer with the serialized score.

exportToString​

(no description)

exportToString(score: Score, settings?: Settings | null): string
ParameterSummary
scoreAll

(no description)

settingsAll

(no description)

init​

Initializes the importer with the given data and settings. (Inherited from ScoreExporter )

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

(no description)

settingsAll

(no description)

scoreToAlphaTexString​

(no description)

scoreToAlphaTexString(score: Score): string
ParameterSummary
scoreAll

(no description)

writeScore​

(no description)

writeScore(score: Score): void
ParameterSummary
scoreAll

(no description)