alphaTab.exporter.Gp7Exporter
This ScoreExporter can write Guitar Pro 7+ (gp) files.
class Gp7Exporter 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.
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) |
writeScore​
(no description)
| Parameter | Summary |
|---|---|
scoreAll | (no description) |