alphaTab.importer.alphaTex.IAlphaTexImporter
(no description)
interface IAlphaTexImporterProperties​
parseMode​
(no description)
- JavaScript
- C#
- Kotlin
readonly parseMode: AlphaTexParseMode;AlphaTexParseMode ParseMode { get; }val parseMode: AlphaTexParseModestate​
(no description)
- JavaScript
- C#
- Kotlin
readonly state: IAlphaTexImporterState;IAlphaTexImporterState State { get; }val state: IAlphaTexImporterStateMethods​
addSemanticDiagnostic​
(no description)
- JavaScript
- C#
- Kotlin
addSemanticDiagnostic(diagnostic: AlphaTexDiagnostic): voidvoid AddSemanticDiagnostic(AlphaTexDiagnostic diagnostic)fun addSemanticDiagnostic(diagnostic: AlphaTexDiagnostic): Unit| Parameter | Summary |
|---|---|
diagnosticAll | (no description) |
applyStaffNoteKind​
(no description)
- JavaScript
- C#
- Kotlin
applyStaffNoteKind(staff: Staff, staffNoteKind: AlphaTexStaffNoteKind): voidvoid ApplyStaffNoteKind(Staff staff, AlphaTexStaffNoteKind staffNoteKind)fun applyStaffNoteKind(staff: Staff, staffNoteKind: AlphaTexStaffNoteKind): Unit| Parameter | Summary |
|---|---|
staffAll | (no description) |
staffNoteKindAll | (no description) |
startNewStaff​
(no description)
startNewTrack​
(no description)
startNewVoice​
(no description)
- JavaScript
- C#
- Kotlin
startNewVoice(): voidvoid StartNewVoice()fun startNewVoice(): Unit