alphaTab.alphaTex.IAlphaTexImporterState
(no description)
interface IAlphaTexImporterStateProperties​
accidentalMode​
(no description)
- JavaScript
- C#
- Kotlin
accidentalMode: AlphaTexAccidentalMode;AlphaTexAccidentalMode AccidentalMode { get; set; }var accidentalMode: AlphaTexAccidentalModecurrentDynamics​
(no description)
- JavaScript
- C#
- Kotlin
currentDynamics: DynamicValue;DynamicValue CurrentDynamics { get; set; }var currentDynamics: DynamicValuecurrentTupletDenominator​
(no description)
- JavaScript
- C#
- Kotlin
currentTupletDenominator: number;double CurrentTupletDenominator { get; set; }var currentTupletDenominator: DoublecurrentTupletNumerator​
(no description)
- JavaScript
- C#
- Kotlin
currentTupletNumerator: number;double CurrentTupletNumerator { get; set; }var currentTupletNumerator: Doublelyrics​
(no description)
percussionArticulationNames​
(no description)
- JavaScript
- C#
- Kotlin
readonly percussionArticulationNames: Map<string, string>;Map<string, string> PercussionArticulationNames { get; }val percussionArticulationNames: alphaTab.collections.StringStringMap<String, String>score​
(no description)
slurs​
(no description)
staffHasExplicitDisplayTransposition​
(no description)
staffHasExplicitTuning​
(no description)
staffTuningApplied​
(no description)
sustainPedalToBeat​
(no description)
- JavaScript
- C#
- Kotlin
readonly sustainPedalToBeat: Map<SustainPedalMarker, Beat>;Map<SustainPedalMarker, Beat> SustainPedalToBeat { get; }val sustainPedalToBeat: alphaTab.collections.Map<SustainPedalMarker, Beat>syncPoints​
(no description)
- JavaScript
- C#
- Kotlin
readonly syncPoints: FlatSyncPoint[];IList<FlatSyncPoint> SyncPoints { get; }val syncPoints: alphaTab.collections.List<FlatSyncPoint>voiceMode​
(no description)
- JavaScript
- C#
- Kotlin
voiceMode: AlphaTexVoiceMode;AlphaTexVoiceMode VoiceMode { get; set; }var voiceMode: AlphaTexVoiceMode