alphaTab.exporter.AlphaTexExporter
This ScoreExporter can write alphaTex strings.
class AlphaTexExporter extends ScoreExporterProperties​
name​
(no description)
- JavaScript
- C#
- Kotlin
readonly name: string;string Name { get; }val name: StringMethods​
export​
Exports the given score to a binary buffer. (Inherited from ScoreExporter )
| Parameter | Summary |
|---|---|
scoreAll | The score to serialize |
settingsAll | The settings to use during serialization |
Returns​
A byte buffer with the serialized score.
exportToString​
(no description)
| Parameter | Summary |
|---|---|
scoreAll | (no description) |
settingsAll | (no description) |
init​
Initializes the importer with the given data and settings. (Inherited from ScoreExporter )
- JavaScript
- C#
- Kotlin
init(data: IWriteable, settings: Settings): voidvoid Init(IWriteable data, Settings settings)fun init(data: IWriteable, settings: Settings): Unit| Parameter | Summary |
|---|---|
dataAll | (no description) |
settingsAll | (no description) |
scoreToAlphaTexString​
(no description)
| Parameter | Summary |
|---|---|
scoreAll | (no description) |
writeScore​
(no description)
| Parameter | Summary |
|---|---|
scoreAll | (no description) |