alphaTab.importer.AlphaTexImporter
(no description)
class AlphaTexImporter extends ScoreImporter implements IAlphaTexImporterProperties​
lexerDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly lexerDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag LexerDiagnostics { get; }val lexerDiagnostics: AlphaTexDiagnosticBaglogErrors​
(no description)
- JavaScript
- C#
- Kotlin
logErrors: boolean;bool LogErrors { get; set; }var logErrors: Booleanname​
(no description)
- JavaScript
- C#
- Kotlin
readonly name: string;string Name { get; }val name: StringparseMode​
(no description)
- JavaScript
- C#
- Kotlin
readonly parseMode: AlphaTexParseMode;AlphaTexParseMode ParseMode { get; }val parseMode: AlphaTexParseModeparser​
The underlying parser used for parsing the AST. Available after initialization of the importer.
- JavaScript
- C#
- Kotlin
readonly parser: AlphaTexParser | undefined;AlphaTexParser? Parser { get; }val parser: AlphaTexParser?parserDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly parserDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag ParserDiagnostics { get; }val parserDiagnostics: AlphaTexDiagnosticBagscoreNode​
(no description)
- JavaScript
- C#
- Kotlin
readonly scoreNode: AlphaTexScoreNode | undefined;AlphaTexScoreNode? ScoreNode { get; }val scoreNode: AlphaTexScoreNode?semanticDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly semanticDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag SemanticDiagnostics { get; }val semanticDiagnostics: AlphaTexDiagnosticBagstate​
(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) |
applyPercussionStaff​
(no description)
| Parameter | Summary |
|---|---|
staffAll | (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) |
init​
Initializes the importer with the given data and settings. (Inherited from ScoreImporter )
| Parameter | Summary |
|---|---|
dataAll | (no description) |
settingsAll | (no description) |
initFromString​
(no description)
| Parameter | Summary |
|---|---|
texAll | (no description) |
settingsAll | (no description) |
readScore​
(no description)
startNewStaff​
(no description)
startNewTrack​
(no description)
startNewVoice​
(no description)
- JavaScript
- C#
- Kotlin
startNewVoice(): voidvoid StartNewVoice()fun startNewVoice(): Unit