@coderline/alphatab 1.3.0-alpha.776 → 1.3.0-alpha.783

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5543,17 +5543,17 @@ declare class UnsupportedFormatError extends AlphaTabError {
5543
5543
  constructor(message?: string | null, inner?: Error | null);
5544
5544
  }
5545
5545
 
5546
- type index_d$5_ScoreImporter = ScoreImporter;
5547
- declare const index_d$5_ScoreImporter: typeof ScoreImporter;
5548
- type index_d$5_ScoreLoader = ScoreLoader;
5549
- declare const index_d$5_ScoreLoader: typeof ScoreLoader;
5550
- type index_d$5_UnsupportedFormatError = UnsupportedFormatError;
5551
- declare const index_d$5_UnsupportedFormatError: typeof UnsupportedFormatError;
5552
- declare namespace index_d$5 {
5546
+ type index_d$6_ScoreImporter = ScoreImporter;
5547
+ declare const index_d$6_ScoreImporter: typeof ScoreImporter;
5548
+ type index_d$6_ScoreLoader = ScoreLoader;
5549
+ declare const index_d$6_ScoreLoader: typeof ScoreLoader;
5550
+ type index_d$6_UnsupportedFormatError = UnsupportedFormatError;
5551
+ declare const index_d$6_UnsupportedFormatError: typeof UnsupportedFormatError;
5552
+ declare namespace index_d$6 {
5553
5553
  export {
5554
- index_d$5_ScoreImporter as ScoreImporter,
5555
- index_d$5_ScoreLoader as ScoreLoader,
5556
- index_d$5_UnsupportedFormatError as UnsupportedFormatError,
5554
+ index_d$6_ScoreImporter as ScoreImporter,
5555
+ index_d$6_ScoreLoader as ScoreLoader,
5556
+ index_d$6_UnsupportedFormatError as UnsupportedFormatError,
5557
5557
  };
5558
5558
  }
5559
5559
 
@@ -5592,14 +5592,14 @@ declare class Gp7Exporter extends ScoreExporter {
5592
5592
  writeScore(score: Score): void;
5593
5593
  }
5594
5594
 
5595
- type index_d$4_ScoreExporter = ScoreExporter;
5596
- declare const index_d$4_ScoreExporter: typeof ScoreExporter;
5597
- type index_d$4_Gp7Exporter = Gp7Exporter;
5598
- declare const index_d$4_Gp7Exporter: typeof Gp7Exporter;
5599
- declare namespace index_d$4 {
5595
+ type index_d$5_ScoreExporter = ScoreExporter;
5596
+ declare const index_d$5_ScoreExporter: typeof ScoreExporter;
5597
+ type index_d$5_Gp7Exporter = Gp7Exporter;
5598
+ declare const index_d$5_Gp7Exporter: typeof Gp7Exporter;
5599
+ declare namespace index_d$5 {
5600
5600
  export {
5601
- index_d$4_ScoreExporter as ScoreExporter,
5602
- index_d$4_Gp7Exporter as Gp7Exporter,
5601
+ index_d$5_ScoreExporter as ScoreExporter,
5602
+ index_d$5_Gp7Exporter as Gp7Exporter,
5603
5603
  };
5604
5604
  }
5605
5605
 
@@ -5789,77 +5789,77 @@ declare class AlphaSynthMidiFileHandler implements IMidiFileHandler {
5789
5789
  finishTrack(track: number, tick: number): void;
5790
5790
  }
5791
5791
 
5792
- type index_d$3_BeatTickLookup = BeatTickLookup;
5793
- declare const index_d$3_BeatTickLookup: typeof BeatTickLookup;
5794
- type index_d$3_MasterBarTickLookup = MasterBarTickLookup;
5795
- declare const index_d$3_MasterBarTickLookup: typeof MasterBarTickLookup;
5796
- type index_d$3_MidiTickLookup = MidiTickLookup;
5797
- declare const index_d$3_MidiTickLookup: typeof MidiTickLookup;
5798
- type index_d$3_MidiTickLookupFindBeatResult = MidiTickLookupFindBeatResult;
5799
- declare const index_d$3_MidiTickLookupFindBeatResult: typeof MidiTickLookupFindBeatResult;
5800
- type index_d$3_MidiFile = MidiFile;
5801
- declare const index_d$3_MidiFile: typeof MidiFile;
5802
- type index_d$3_MidiFileFormat = MidiFileFormat;
5803
- declare const index_d$3_MidiFileFormat: typeof MidiFileFormat;
5804
- type index_d$3_ControllerType = ControllerType;
5805
- declare const index_d$3_ControllerType: typeof ControllerType;
5806
- type index_d$3_MidiEvent = MidiEvent;
5807
- declare const index_d$3_MidiEvent: typeof MidiEvent;
5808
- type index_d$3_MidiEventType = MidiEventType;
5809
- declare const index_d$3_MidiEventType: typeof MidiEventType;
5810
- type index_d$3_TimeSignatureEvent = TimeSignatureEvent;
5811
- declare const index_d$3_TimeSignatureEvent: typeof TimeSignatureEvent;
5812
- type index_d$3_AlphaTabRestEvent = AlphaTabRestEvent;
5813
- declare const index_d$3_AlphaTabRestEvent: typeof AlphaTabRestEvent;
5814
- type index_d$3_AlphaTabMetronomeEvent = AlphaTabMetronomeEvent;
5815
- declare const index_d$3_AlphaTabMetronomeEvent: typeof AlphaTabMetronomeEvent;
5816
- type index_d$3_NoteEvent = NoteEvent;
5817
- declare const index_d$3_NoteEvent: typeof NoteEvent;
5818
- type index_d$3_NoteOnEvent = NoteOnEvent;
5819
- declare const index_d$3_NoteOnEvent: typeof NoteOnEvent;
5820
- type index_d$3_NoteOffEvent = NoteOffEvent;
5821
- declare const index_d$3_NoteOffEvent: typeof NoteOffEvent;
5822
- type index_d$3_ControlChangeEvent = ControlChangeEvent;
5823
- declare const index_d$3_ControlChangeEvent: typeof ControlChangeEvent;
5824
- type index_d$3_ProgramChangeEvent = ProgramChangeEvent;
5825
- declare const index_d$3_ProgramChangeEvent: typeof ProgramChangeEvent;
5826
- type index_d$3_TempoChangeEvent = TempoChangeEvent;
5827
- declare const index_d$3_TempoChangeEvent: typeof TempoChangeEvent;
5828
- type index_d$3_PitchBendEvent = PitchBendEvent;
5829
- declare const index_d$3_PitchBendEvent: typeof PitchBendEvent;
5830
- type index_d$3_NoteBendEvent = NoteBendEvent;
5831
- declare const index_d$3_NoteBendEvent: typeof NoteBendEvent;
5832
- type index_d$3_EndOfTrackEvent = EndOfTrackEvent;
5833
- declare const index_d$3_EndOfTrackEvent: typeof EndOfTrackEvent;
5834
- type index_d$3_MidiFileGenerator = MidiFileGenerator;
5835
- declare const index_d$3_MidiFileGenerator: typeof MidiFileGenerator;
5836
- type index_d$3_AlphaSynthMidiFileHandler = AlphaSynthMidiFileHandler;
5837
- declare const index_d$3_AlphaSynthMidiFileHandler: typeof AlphaSynthMidiFileHandler;
5838
- declare namespace index_d$3 {
5792
+ type index_d$4_BeatTickLookup = BeatTickLookup;
5793
+ declare const index_d$4_BeatTickLookup: typeof BeatTickLookup;
5794
+ type index_d$4_MasterBarTickLookup = MasterBarTickLookup;
5795
+ declare const index_d$4_MasterBarTickLookup: typeof MasterBarTickLookup;
5796
+ type index_d$4_MidiTickLookup = MidiTickLookup;
5797
+ declare const index_d$4_MidiTickLookup: typeof MidiTickLookup;
5798
+ type index_d$4_MidiTickLookupFindBeatResult = MidiTickLookupFindBeatResult;
5799
+ declare const index_d$4_MidiTickLookupFindBeatResult: typeof MidiTickLookupFindBeatResult;
5800
+ type index_d$4_MidiFile = MidiFile;
5801
+ declare const index_d$4_MidiFile: typeof MidiFile;
5802
+ type index_d$4_MidiFileFormat = MidiFileFormat;
5803
+ declare const index_d$4_MidiFileFormat: typeof MidiFileFormat;
5804
+ type index_d$4_ControllerType = ControllerType;
5805
+ declare const index_d$4_ControllerType: typeof ControllerType;
5806
+ type index_d$4_MidiEvent = MidiEvent;
5807
+ declare const index_d$4_MidiEvent: typeof MidiEvent;
5808
+ type index_d$4_MidiEventType = MidiEventType;
5809
+ declare const index_d$4_MidiEventType: typeof MidiEventType;
5810
+ type index_d$4_TimeSignatureEvent = TimeSignatureEvent;
5811
+ declare const index_d$4_TimeSignatureEvent: typeof TimeSignatureEvent;
5812
+ type index_d$4_AlphaTabRestEvent = AlphaTabRestEvent;
5813
+ declare const index_d$4_AlphaTabRestEvent: typeof AlphaTabRestEvent;
5814
+ type index_d$4_AlphaTabMetronomeEvent = AlphaTabMetronomeEvent;
5815
+ declare const index_d$4_AlphaTabMetronomeEvent: typeof AlphaTabMetronomeEvent;
5816
+ type index_d$4_NoteEvent = NoteEvent;
5817
+ declare const index_d$4_NoteEvent: typeof NoteEvent;
5818
+ type index_d$4_NoteOnEvent = NoteOnEvent;
5819
+ declare const index_d$4_NoteOnEvent: typeof NoteOnEvent;
5820
+ type index_d$4_NoteOffEvent = NoteOffEvent;
5821
+ declare const index_d$4_NoteOffEvent: typeof NoteOffEvent;
5822
+ type index_d$4_ControlChangeEvent = ControlChangeEvent;
5823
+ declare const index_d$4_ControlChangeEvent: typeof ControlChangeEvent;
5824
+ type index_d$4_ProgramChangeEvent = ProgramChangeEvent;
5825
+ declare const index_d$4_ProgramChangeEvent: typeof ProgramChangeEvent;
5826
+ type index_d$4_TempoChangeEvent = TempoChangeEvent;
5827
+ declare const index_d$4_TempoChangeEvent: typeof TempoChangeEvent;
5828
+ type index_d$4_PitchBendEvent = PitchBendEvent;
5829
+ declare const index_d$4_PitchBendEvent: typeof PitchBendEvent;
5830
+ type index_d$4_NoteBendEvent = NoteBendEvent;
5831
+ declare const index_d$4_NoteBendEvent: typeof NoteBendEvent;
5832
+ type index_d$4_EndOfTrackEvent = EndOfTrackEvent;
5833
+ declare const index_d$4_EndOfTrackEvent: typeof EndOfTrackEvent;
5834
+ type index_d$4_MidiFileGenerator = MidiFileGenerator;
5835
+ declare const index_d$4_MidiFileGenerator: typeof MidiFileGenerator;
5836
+ type index_d$4_AlphaSynthMidiFileHandler = AlphaSynthMidiFileHandler;
5837
+ declare const index_d$4_AlphaSynthMidiFileHandler: typeof AlphaSynthMidiFileHandler;
5838
+ declare namespace index_d$4 {
5839
5839
  export {
5840
- index_d$3_BeatTickLookup as BeatTickLookup,
5841
- index_d$3_MasterBarTickLookup as MasterBarTickLookup,
5842
- index_d$3_MidiTickLookup as MidiTickLookup,
5843
- index_d$3_MidiTickLookupFindBeatResult as MidiTickLookupFindBeatResult,
5844
- index_d$3_MidiFile as MidiFile,
5845
- index_d$3_MidiFileFormat as MidiFileFormat,
5846
- index_d$3_ControllerType as ControllerType,
5847
- index_d$3_MidiEvent as MidiEvent,
5848
- index_d$3_MidiEventType as MidiEventType,
5849
- index_d$3_TimeSignatureEvent as TimeSignatureEvent,
5850
- index_d$3_AlphaTabRestEvent as AlphaTabRestEvent,
5851
- index_d$3_AlphaTabMetronomeEvent as AlphaTabMetronomeEvent,
5852
- index_d$3_NoteEvent as NoteEvent,
5853
- index_d$3_NoteOnEvent as NoteOnEvent,
5854
- index_d$3_NoteOffEvent as NoteOffEvent,
5855
- index_d$3_ControlChangeEvent as ControlChangeEvent,
5856
- index_d$3_ProgramChangeEvent as ProgramChangeEvent,
5857
- index_d$3_TempoChangeEvent as TempoChangeEvent,
5858
- index_d$3_PitchBendEvent as PitchBendEvent,
5859
- index_d$3_NoteBendEvent as NoteBendEvent,
5860
- index_d$3_EndOfTrackEvent as EndOfTrackEvent,
5861
- index_d$3_MidiFileGenerator as MidiFileGenerator,
5862
- index_d$3_AlphaSynthMidiFileHandler as AlphaSynthMidiFileHandler,
5840
+ index_d$4_BeatTickLookup as BeatTickLookup,
5841
+ index_d$4_MasterBarTickLookup as MasterBarTickLookup,
5842
+ index_d$4_MidiTickLookup as MidiTickLookup,
5843
+ index_d$4_MidiTickLookupFindBeatResult as MidiTickLookupFindBeatResult,
5844
+ index_d$4_MidiFile as MidiFile,
5845
+ index_d$4_MidiFileFormat as MidiFileFormat,
5846
+ index_d$4_ControllerType as ControllerType,
5847
+ index_d$4_MidiEvent as MidiEvent,
5848
+ index_d$4_MidiEventType as MidiEventType,
5849
+ index_d$4_TimeSignatureEvent as TimeSignatureEvent,
5850
+ index_d$4_AlphaTabRestEvent as AlphaTabRestEvent,
5851
+ index_d$4_AlphaTabMetronomeEvent as AlphaTabMetronomeEvent,
5852
+ index_d$4_NoteEvent as NoteEvent,
5853
+ index_d$4_NoteOnEvent as NoteOnEvent,
5854
+ index_d$4_NoteOffEvent as NoteOffEvent,
5855
+ index_d$4_ControlChangeEvent as ControlChangeEvent,
5856
+ index_d$4_ProgramChangeEvent as ProgramChangeEvent,
5857
+ index_d$4_TempoChangeEvent as TempoChangeEvent,
5858
+ index_d$4_PitchBendEvent as PitchBendEvent,
5859
+ index_d$4_NoteBendEvent as NoteBendEvent,
5860
+ index_d$4_EndOfTrackEvent as EndOfTrackEvent,
5861
+ index_d$4_MidiFileGenerator as MidiFileGenerator,
5862
+ index_d$4_AlphaSynthMidiFileHandler as AlphaSynthMidiFileHandler,
5863
5863
  };
5864
5864
  }
5865
5865
 
@@ -5996,158 +5996,158 @@ declare class JsonConverter {
5996
5996
  static midiEventToJsObject(midiEvent: MidiEvent): Map<string, unknown>;
5997
5997
  }
5998
5998
 
5999
- type index_d$2_AccentuationType = AccentuationType;
6000
- declare const index_d$2_AccentuationType: typeof AccentuationType;
6001
- type index_d$2_AccidentalType = AccidentalType;
6002
- declare const index_d$2_AccidentalType: typeof AccidentalType;
6003
- type index_d$2_AutomationType = AutomationType;
6004
- declare const index_d$2_AutomationType: typeof AutomationType;
6005
- type index_d$2_Automation = Automation;
6006
- declare const index_d$2_Automation: typeof Automation;
6007
- type index_d$2_Bar = Bar;
6008
- declare const index_d$2_Bar: typeof Bar;
6009
- type index_d$2_Beat = Beat;
6010
- declare const index_d$2_Beat: typeof Beat;
6011
- type index_d$2_BendPoint = BendPoint;
6012
- declare const index_d$2_BendPoint: typeof BendPoint;
6013
- type index_d$2_BendStyle = BendStyle;
6014
- declare const index_d$2_BendStyle: typeof BendStyle;
6015
- type index_d$2_BendType = BendType;
6016
- declare const index_d$2_BendType: typeof BendType;
6017
- type index_d$2_BrushType = BrushType;
6018
- declare const index_d$2_BrushType: typeof BrushType;
6019
- type index_d$2_Chord = Chord;
6020
- declare const index_d$2_Chord: typeof Chord;
6021
- type index_d$2_Clef = Clef;
6022
- declare const index_d$2_Clef: typeof Clef;
6023
- type index_d$2_Color = Color;
6024
- declare const index_d$2_Color: typeof Color;
6025
- type index_d$2_CrescendoType = CrescendoType;
6026
- declare const index_d$2_CrescendoType: typeof CrescendoType;
6027
- type index_d$2_Duration = Duration;
6028
- declare const index_d$2_Duration: typeof Duration;
6029
- type index_d$2_DynamicValue = DynamicValue;
6030
- declare const index_d$2_DynamicValue: typeof DynamicValue;
6031
- type index_d$2_FermataType = FermataType;
6032
- declare const index_d$2_FermataType: typeof FermataType;
6033
- type index_d$2_Fermata = Fermata;
6034
- declare const index_d$2_Fermata: typeof Fermata;
6035
- type index_d$2_Fingers = Fingers;
6036
- declare const index_d$2_Fingers: typeof Fingers;
6037
- type index_d$2_FontStyle = FontStyle;
6038
- declare const index_d$2_FontStyle: typeof FontStyle;
6039
- type index_d$2_Font = Font;
6040
- declare const index_d$2_Font: typeof Font;
6041
- type index_d$2_GraceType = GraceType;
6042
- declare const index_d$2_GraceType: typeof GraceType;
6043
- type index_d$2_HarmonicType = HarmonicType;
6044
- declare const index_d$2_HarmonicType: typeof HarmonicType;
6045
- type index_d$2_InstrumentArticulation = InstrumentArticulation;
6046
- declare const index_d$2_InstrumentArticulation: typeof InstrumentArticulation;
6047
- type index_d$2_JsonConverter = JsonConverter;
6048
- declare const index_d$2_JsonConverter: typeof JsonConverter;
6049
- type index_d$2_KeySignature = KeySignature;
6050
- declare const index_d$2_KeySignature: typeof KeySignature;
6051
- type index_d$2_KeySignatureType = KeySignatureType;
6052
- declare const index_d$2_KeySignatureType: typeof KeySignatureType;
6053
- type index_d$2_Lyrics = Lyrics;
6054
- declare const index_d$2_Lyrics: typeof Lyrics;
6055
- type index_d$2_MasterBar = MasterBar;
6056
- declare const index_d$2_MasterBar: typeof MasterBar;
6057
- type index_d$2_MusicFontSymbol = MusicFontSymbol;
6058
- declare const index_d$2_MusicFontSymbol: typeof MusicFontSymbol;
6059
- type index_d$2_Note = Note;
6060
- declare const index_d$2_Note: typeof Note;
6061
- type index_d$2_NoteAccidentalMode = NoteAccidentalMode;
6062
- declare const index_d$2_NoteAccidentalMode: typeof NoteAccidentalMode;
6063
- type index_d$2_Ottavia = Ottavia;
6064
- declare const index_d$2_Ottavia: typeof Ottavia;
6065
- type index_d$2_PickStroke = PickStroke;
6066
- declare const index_d$2_PickStroke: typeof PickStroke;
6067
- type index_d$2_PlaybackInformation = PlaybackInformation;
6068
- declare const index_d$2_PlaybackInformation: typeof PlaybackInformation;
6069
- type index_d$2_RenderStylesheet = RenderStylesheet;
6070
- declare const index_d$2_RenderStylesheet: typeof RenderStylesheet;
6071
- type index_d$2_RepeatGroup = RepeatGroup;
6072
- declare const index_d$2_RepeatGroup: typeof RepeatGroup;
6073
- type index_d$2_Score = Score;
6074
- declare const index_d$2_Score: typeof Score;
6075
- type index_d$2_Section = Section;
6076
- declare const index_d$2_Section: typeof Section;
6077
- type index_d$2_SimileMark = SimileMark;
6078
- declare const index_d$2_SimileMark: typeof SimileMark;
6079
- type index_d$2_SlideInType = SlideInType;
6080
- declare const index_d$2_SlideInType: typeof SlideInType;
6081
- type index_d$2_SlideOutType = SlideOutType;
6082
- declare const index_d$2_SlideOutType: typeof SlideOutType;
6083
- type index_d$2_Staff = Staff;
6084
- declare const index_d$2_Staff: typeof Staff;
6085
- type index_d$2_Track = Track;
6086
- declare const index_d$2_Track: typeof Track;
6087
- type index_d$2_TripletFeel = TripletFeel;
6088
- declare const index_d$2_TripletFeel: typeof TripletFeel;
6089
- type index_d$2_Tuning = Tuning;
6090
- declare const index_d$2_Tuning: typeof Tuning;
6091
- type index_d$2_TupletGroup = TupletGroup;
6092
- declare const index_d$2_TupletGroup: typeof TupletGroup;
6093
- type index_d$2_VibratoType = VibratoType;
6094
- declare const index_d$2_VibratoType: typeof VibratoType;
6095
- type index_d$2_Voice = Voice;
6096
- declare const index_d$2_Voice: typeof Voice;
6097
- type index_d$2_WhammyType = WhammyType;
6098
- declare const index_d$2_WhammyType: typeof WhammyType;
6099
- declare namespace index_d$2 {
5999
+ type index_d$3_AccentuationType = AccentuationType;
6000
+ declare const index_d$3_AccentuationType: typeof AccentuationType;
6001
+ type index_d$3_AccidentalType = AccidentalType;
6002
+ declare const index_d$3_AccidentalType: typeof AccidentalType;
6003
+ type index_d$3_AutomationType = AutomationType;
6004
+ declare const index_d$3_AutomationType: typeof AutomationType;
6005
+ type index_d$3_Automation = Automation;
6006
+ declare const index_d$3_Automation: typeof Automation;
6007
+ type index_d$3_Bar = Bar;
6008
+ declare const index_d$3_Bar: typeof Bar;
6009
+ type index_d$3_Beat = Beat;
6010
+ declare const index_d$3_Beat: typeof Beat;
6011
+ type index_d$3_BendPoint = BendPoint;
6012
+ declare const index_d$3_BendPoint: typeof BendPoint;
6013
+ type index_d$3_BendStyle = BendStyle;
6014
+ declare const index_d$3_BendStyle: typeof BendStyle;
6015
+ type index_d$3_BendType = BendType;
6016
+ declare const index_d$3_BendType: typeof BendType;
6017
+ type index_d$3_BrushType = BrushType;
6018
+ declare const index_d$3_BrushType: typeof BrushType;
6019
+ type index_d$3_Chord = Chord;
6020
+ declare const index_d$3_Chord: typeof Chord;
6021
+ type index_d$3_Clef = Clef;
6022
+ declare const index_d$3_Clef: typeof Clef;
6023
+ type index_d$3_Color = Color;
6024
+ declare const index_d$3_Color: typeof Color;
6025
+ type index_d$3_CrescendoType = CrescendoType;
6026
+ declare const index_d$3_CrescendoType: typeof CrescendoType;
6027
+ type index_d$3_Duration = Duration;
6028
+ declare const index_d$3_Duration: typeof Duration;
6029
+ type index_d$3_DynamicValue = DynamicValue;
6030
+ declare const index_d$3_DynamicValue: typeof DynamicValue;
6031
+ type index_d$3_FermataType = FermataType;
6032
+ declare const index_d$3_FermataType: typeof FermataType;
6033
+ type index_d$3_Fermata = Fermata;
6034
+ declare const index_d$3_Fermata: typeof Fermata;
6035
+ type index_d$3_Fingers = Fingers;
6036
+ declare const index_d$3_Fingers: typeof Fingers;
6037
+ type index_d$3_FontStyle = FontStyle;
6038
+ declare const index_d$3_FontStyle: typeof FontStyle;
6039
+ type index_d$3_Font = Font;
6040
+ declare const index_d$3_Font: typeof Font;
6041
+ type index_d$3_GraceType = GraceType;
6042
+ declare const index_d$3_GraceType: typeof GraceType;
6043
+ type index_d$3_HarmonicType = HarmonicType;
6044
+ declare const index_d$3_HarmonicType: typeof HarmonicType;
6045
+ type index_d$3_InstrumentArticulation = InstrumentArticulation;
6046
+ declare const index_d$3_InstrumentArticulation: typeof InstrumentArticulation;
6047
+ type index_d$3_JsonConverter = JsonConverter;
6048
+ declare const index_d$3_JsonConverter: typeof JsonConverter;
6049
+ type index_d$3_KeySignature = KeySignature;
6050
+ declare const index_d$3_KeySignature: typeof KeySignature;
6051
+ type index_d$3_KeySignatureType = KeySignatureType;
6052
+ declare const index_d$3_KeySignatureType: typeof KeySignatureType;
6053
+ type index_d$3_Lyrics = Lyrics;
6054
+ declare const index_d$3_Lyrics: typeof Lyrics;
6055
+ type index_d$3_MasterBar = MasterBar;
6056
+ declare const index_d$3_MasterBar: typeof MasterBar;
6057
+ type index_d$3_MusicFontSymbol = MusicFontSymbol;
6058
+ declare const index_d$3_MusicFontSymbol: typeof MusicFontSymbol;
6059
+ type index_d$3_Note = Note;
6060
+ declare const index_d$3_Note: typeof Note;
6061
+ type index_d$3_NoteAccidentalMode = NoteAccidentalMode;
6062
+ declare const index_d$3_NoteAccidentalMode: typeof NoteAccidentalMode;
6063
+ type index_d$3_Ottavia = Ottavia;
6064
+ declare const index_d$3_Ottavia: typeof Ottavia;
6065
+ type index_d$3_PickStroke = PickStroke;
6066
+ declare const index_d$3_PickStroke: typeof PickStroke;
6067
+ type index_d$3_PlaybackInformation = PlaybackInformation;
6068
+ declare const index_d$3_PlaybackInformation: typeof PlaybackInformation;
6069
+ type index_d$3_RenderStylesheet = RenderStylesheet;
6070
+ declare const index_d$3_RenderStylesheet: typeof RenderStylesheet;
6071
+ type index_d$3_RepeatGroup = RepeatGroup;
6072
+ declare const index_d$3_RepeatGroup: typeof RepeatGroup;
6073
+ type index_d$3_Score = Score;
6074
+ declare const index_d$3_Score: typeof Score;
6075
+ type index_d$3_Section = Section;
6076
+ declare const index_d$3_Section: typeof Section;
6077
+ type index_d$3_SimileMark = SimileMark;
6078
+ declare const index_d$3_SimileMark: typeof SimileMark;
6079
+ type index_d$3_SlideInType = SlideInType;
6080
+ declare const index_d$3_SlideInType: typeof SlideInType;
6081
+ type index_d$3_SlideOutType = SlideOutType;
6082
+ declare const index_d$3_SlideOutType: typeof SlideOutType;
6083
+ type index_d$3_Staff = Staff;
6084
+ declare const index_d$3_Staff: typeof Staff;
6085
+ type index_d$3_Track = Track;
6086
+ declare const index_d$3_Track: typeof Track;
6087
+ type index_d$3_TripletFeel = TripletFeel;
6088
+ declare const index_d$3_TripletFeel: typeof TripletFeel;
6089
+ type index_d$3_Tuning = Tuning;
6090
+ declare const index_d$3_Tuning: typeof Tuning;
6091
+ type index_d$3_TupletGroup = TupletGroup;
6092
+ declare const index_d$3_TupletGroup: typeof TupletGroup;
6093
+ type index_d$3_VibratoType = VibratoType;
6094
+ declare const index_d$3_VibratoType: typeof VibratoType;
6095
+ type index_d$3_Voice = Voice;
6096
+ declare const index_d$3_Voice: typeof Voice;
6097
+ type index_d$3_WhammyType = WhammyType;
6098
+ declare const index_d$3_WhammyType: typeof WhammyType;
6099
+ declare namespace index_d$3 {
6100
6100
  export {
6101
- index_d$2_AccentuationType as AccentuationType,
6102
- index_d$2_AccidentalType as AccidentalType,
6103
- index_d$2_AutomationType as AutomationType,
6104
- index_d$2_Automation as Automation,
6105
- index_d$2_Bar as Bar,
6106
- index_d$2_Beat as Beat,
6107
- index_d$2_BendPoint as BendPoint,
6108
- index_d$2_BendStyle as BendStyle,
6109
- index_d$2_BendType as BendType,
6110
- index_d$2_BrushType as BrushType,
6111
- index_d$2_Chord as Chord,
6112
- index_d$2_Clef as Clef,
6113
- index_d$2_Color as Color,
6114
- index_d$2_CrescendoType as CrescendoType,
6115
- index_d$2_Duration as Duration,
6116
- index_d$2_DynamicValue as DynamicValue,
6117
- index_d$2_FermataType as FermataType,
6118
- index_d$2_Fermata as Fermata,
6119
- index_d$2_Fingers as Fingers,
6120
- index_d$2_FontStyle as FontStyle,
6121
- index_d$2_Font as Font,
6122
- index_d$2_GraceType as GraceType,
6123
- index_d$2_HarmonicType as HarmonicType,
6124
- index_d$2_InstrumentArticulation as InstrumentArticulation,
6125
- index_d$2_JsonConverter as JsonConverter,
6126
- index_d$2_KeySignature as KeySignature,
6127
- index_d$2_KeySignatureType as KeySignatureType,
6128
- index_d$2_Lyrics as Lyrics,
6129
- index_d$2_MasterBar as MasterBar,
6130
- index_d$2_MusicFontSymbol as MusicFontSymbol,
6131
- index_d$2_Note as Note,
6132
- index_d$2_NoteAccidentalMode as NoteAccidentalMode,
6133
- index_d$2_Ottavia as Ottavia,
6134
- index_d$2_PickStroke as PickStroke,
6135
- index_d$2_PlaybackInformation as PlaybackInformation,
6136
- index_d$2_RenderStylesheet as RenderStylesheet,
6137
- index_d$2_RepeatGroup as RepeatGroup,
6138
- index_d$2_Score as Score,
6139
- index_d$2_Section as Section,
6140
- index_d$2_SimileMark as SimileMark,
6141
- index_d$2_SlideInType as SlideInType,
6142
- index_d$2_SlideOutType as SlideOutType,
6143
- index_d$2_Staff as Staff,
6144
- index_d$2_Track as Track,
6145
- index_d$2_TripletFeel as TripletFeel,
6146
- index_d$2_Tuning as Tuning,
6147
- index_d$2_TupletGroup as TupletGroup,
6148
- index_d$2_VibratoType as VibratoType,
6149
- index_d$2_Voice as Voice,
6150
- index_d$2_WhammyType as WhammyType,
6101
+ index_d$3_AccentuationType as AccentuationType,
6102
+ index_d$3_AccidentalType as AccidentalType,
6103
+ index_d$3_AutomationType as AutomationType,
6104
+ index_d$3_Automation as Automation,
6105
+ index_d$3_Bar as Bar,
6106
+ index_d$3_Beat as Beat,
6107
+ index_d$3_BendPoint as BendPoint,
6108
+ index_d$3_BendStyle as BendStyle,
6109
+ index_d$3_BendType as BendType,
6110
+ index_d$3_BrushType as BrushType,
6111
+ index_d$3_Chord as Chord,
6112
+ index_d$3_Clef as Clef,
6113
+ index_d$3_Color as Color,
6114
+ index_d$3_CrescendoType as CrescendoType,
6115
+ index_d$3_Duration as Duration,
6116
+ index_d$3_DynamicValue as DynamicValue,
6117
+ index_d$3_FermataType as FermataType,
6118
+ index_d$3_Fermata as Fermata,
6119
+ index_d$3_Fingers as Fingers,
6120
+ index_d$3_FontStyle as FontStyle,
6121
+ index_d$3_Font as Font,
6122
+ index_d$3_GraceType as GraceType,
6123
+ index_d$3_HarmonicType as HarmonicType,
6124
+ index_d$3_InstrumentArticulation as InstrumentArticulation,
6125
+ index_d$3_JsonConverter as JsonConverter,
6126
+ index_d$3_KeySignature as KeySignature,
6127
+ index_d$3_KeySignatureType as KeySignatureType,
6128
+ index_d$3_Lyrics as Lyrics,
6129
+ index_d$3_MasterBar as MasterBar,
6130
+ index_d$3_MusicFontSymbol as MusicFontSymbol,
6131
+ index_d$3_Note as Note,
6132
+ index_d$3_NoteAccidentalMode as NoteAccidentalMode,
6133
+ index_d$3_Ottavia as Ottavia,
6134
+ index_d$3_PickStroke as PickStroke,
6135
+ index_d$3_PlaybackInformation as PlaybackInformation,
6136
+ index_d$3_RenderStylesheet as RenderStylesheet,
6137
+ index_d$3_RepeatGroup as RepeatGroup,
6138
+ index_d$3_Score as Score,
6139
+ index_d$3_Section as Section,
6140
+ index_d$3_SimileMark as SimileMark,
6141
+ index_d$3_SlideInType as SlideInType,
6142
+ index_d$3_SlideOutType as SlideOutType,
6143
+ index_d$3_Staff as Staff,
6144
+ index_d$3_Track as Track,
6145
+ index_d$3_TripletFeel as TripletFeel,
6146
+ index_d$3_Tuning as Tuning,
6147
+ index_d$3_TupletGroup as TupletGroup,
6148
+ index_d$3_VibratoType as VibratoType,
6149
+ index_d$3_Voice as Voice,
6150
+ index_d$3_WhammyType as WhammyType,
6151
6151
  };
6152
6152
  }
6153
6153
 
@@ -6886,37 +6886,136 @@ declare class ScoreRenderer implements IScoreRenderer {
6886
6886
  private onRenderFinished;
6887
6887
  }
6888
6888
 
6889
- type index_d$1_RenderFinishedEventArgs = RenderFinishedEventArgs;
6890
- declare const index_d$1_RenderFinishedEventArgs: typeof RenderFinishedEventArgs;
6891
- type index_d$1_IScoreRenderer = IScoreRenderer;
6892
- type index_d$1_ScoreRenderer = ScoreRenderer;
6893
- declare const index_d$1_ScoreRenderer: typeof ScoreRenderer;
6894
- type index_d$1_BarBounds = BarBounds;
6895
- declare const index_d$1_BarBounds: typeof BarBounds;
6896
- type index_d$1_BeatBounds = BeatBounds;
6897
- declare const index_d$1_BeatBounds: typeof BeatBounds;
6898
- type index_d$1_Bounds = Bounds;
6899
- declare const index_d$1_Bounds: typeof Bounds;
6900
- type index_d$1_BoundsLookup = BoundsLookup;
6901
- declare const index_d$1_BoundsLookup: typeof BoundsLookup;
6902
- type index_d$1_MasterBarBounds = MasterBarBounds;
6903
- declare const index_d$1_MasterBarBounds: typeof MasterBarBounds;
6904
- type index_d$1_NoteBounds = NoteBounds;
6905
- declare const index_d$1_NoteBounds: typeof NoteBounds;
6906
- type index_d$1_StaveGroupBounds = StaveGroupBounds;
6907
- declare const index_d$1_StaveGroupBounds: typeof StaveGroupBounds;
6889
+ type index_d$2_RenderFinishedEventArgs = RenderFinishedEventArgs;
6890
+ declare const index_d$2_RenderFinishedEventArgs: typeof RenderFinishedEventArgs;
6891
+ type index_d$2_IScoreRenderer = IScoreRenderer;
6892
+ type index_d$2_ScoreRenderer = ScoreRenderer;
6893
+ declare const index_d$2_ScoreRenderer: typeof ScoreRenderer;
6894
+ type index_d$2_BarBounds = BarBounds;
6895
+ declare const index_d$2_BarBounds: typeof BarBounds;
6896
+ type index_d$2_BeatBounds = BeatBounds;
6897
+ declare const index_d$2_BeatBounds: typeof BeatBounds;
6898
+ type index_d$2_Bounds = Bounds;
6899
+ declare const index_d$2_Bounds: typeof Bounds;
6900
+ type index_d$2_BoundsLookup = BoundsLookup;
6901
+ declare const index_d$2_BoundsLookup: typeof BoundsLookup;
6902
+ type index_d$2_MasterBarBounds = MasterBarBounds;
6903
+ declare const index_d$2_MasterBarBounds: typeof MasterBarBounds;
6904
+ type index_d$2_NoteBounds = NoteBounds;
6905
+ declare const index_d$2_NoteBounds: typeof NoteBounds;
6906
+ type index_d$2_StaveGroupBounds = StaveGroupBounds;
6907
+ declare const index_d$2_StaveGroupBounds: typeof StaveGroupBounds;
6908
+ declare namespace index_d$2 {
6909
+ export {
6910
+ index_d$2_RenderFinishedEventArgs as RenderFinishedEventArgs,
6911
+ index_d$2_IScoreRenderer as IScoreRenderer,
6912
+ index_d$2_ScoreRenderer as ScoreRenderer,
6913
+ index_d$2_BarBounds as BarBounds,
6914
+ index_d$2_BeatBounds as BeatBounds,
6915
+ index_d$2_Bounds as Bounds,
6916
+ index_d$2_BoundsLookup as BoundsLookup,
6917
+ index_d$2_MasterBarBounds as MasterBarBounds,
6918
+ index_d$2_NoteBounds as NoteBounds,
6919
+ index_d$2_StaveGroupBounds as StaveGroupBounds,
6920
+ };
6921
+ }
6922
+
6923
+ /**
6924
+ * A canvas implementation storing SVG data
6925
+ */
6926
+ declare abstract class SvgCanvas implements ICanvas {
6927
+ protected buffer: string;
6928
+ private _currentPath;
6929
+ private _currentPathIsEmpty;
6930
+ color: Color;
6931
+ lineWidth: number;
6932
+ font: Font;
6933
+ textAlign: TextAlign;
6934
+ textBaseline: TextBaseline;
6935
+ settings: Settings;
6936
+ beginRender(width: number, height: number): void;
6937
+ beginGroup(identifier: string): void;
6938
+ endGroup(): void;
6939
+ endRender(): unknown;
6940
+ fillRect(x: number, y: number, w: number, h: number): void;
6941
+ strokeRect(x: number, y: number, w: number, h: number): void;
6942
+ beginPath(): void;
6943
+ closePath(): void;
6944
+ moveTo(x: number, y: number): void;
6945
+ lineTo(x: number, y: number): void;
6946
+ quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
6947
+ bezierCurveTo(cp1X: number, cp1Y: number, cp2X: number, cp2Y: number, x: number, y: number): void;
6948
+ fillCircle(x: number, y: number, radius: number): void;
6949
+ strokeCircle(x: number, y: number, radius: number): void;
6950
+ fill(): void;
6951
+ stroke(): void;
6952
+ fillText(text: string, x: number, y: number): void;
6953
+ private static escapeText;
6954
+ protected getSvgTextAlignment(textAlign: TextAlign): string;
6955
+ protected getSvgBaseLine(): string;
6956
+ measureText(text: string): number;
6957
+ abstract fillMusicFontSymbol(x: number, y: number, scale: number, symbol: MusicFontSymbol, centerAtPosition?: boolean): void;
6958
+ abstract fillMusicFontSymbols(x: number, y: number, scale: number, symbols: MusicFontSymbol[], centerAtPosition?: boolean): void;
6959
+ onRenderFinished(): unknown;
6960
+ beginRotate(centerX: number, centerY: number, angle: number): void;
6961
+ endRotate(): void;
6962
+ }
6963
+
6964
+ /**
6965
+ * This SVG canvas renders the music symbols by adding a CSS class 'at' to all elements.
6966
+ */
6967
+ declare class CssFontSvgCanvas extends SvgCanvas {
6968
+ constructor();
6969
+ fillMusicFontSymbol(x: number, y: number, scale: number, symbol: MusicFontSymbol, centerAtPosition?: boolean): void;
6970
+ fillMusicFontSymbols(x: number, y: number, scale: number, symbols: MusicFontSymbol[], centerAtPosition?: boolean): void;
6971
+ private fillMusicFontSymbolText;
6972
+ }
6973
+
6974
+ /**
6975
+ * This public class stores text widths for several fonts and allows width calculation
6976
+ * @partial
6977
+ */
6978
+ declare class FontSizes {
6979
+ static Georgia: Uint8Array;
6980
+ static Arial: Uint8Array;
6981
+ static FontSizeLookupTables: Map<string, Uint8Array>;
6982
+ static readonly ControlChars: number;
6983
+ /**
6984
+ * @target web
6985
+ * @partial
6986
+ */
6987
+ static generateFontLookup(family: string): void;
6988
+ static measureString(s: string, families: string[], size: number, style: FontStyle, weight: FontWeight): number;
6989
+ }
6990
+
6991
+ type index_d$1_Cursors = Cursors;
6992
+ declare const index_d$1_Cursors: typeof Cursors;
6993
+ type index_d$1_ICanvas = ICanvas;
6994
+ type index_d$1_TextAlign = TextAlign;
6995
+ declare const index_d$1_TextAlign: typeof TextAlign;
6996
+ type index_d$1_TextBaseline = TextBaseline;
6997
+ declare const index_d$1_TextBaseline: typeof TextBaseline;
6998
+ type index_d$1_IContainer = IContainer;
6999
+ type index_d$1_IMouseEventArgs = IMouseEventArgs;
7000
+ type index_d$1_IUiFacade<TSettings> = IUiFacade<TSettings>;
7001
+ type index_d$1_CssFontSvgCanvas = CssFontSvgCanvas;
7002
+ declare const index_d$1_CssFontSvgCanvas: typeof CssFontSvgCanvas;
7003
+ type index_d$1_FontSizes = FontSizes;
7004
+ declare const index_d$1_FontSizes: typeof FontSizes;
7005
+ type index_d$1_SvgCanvas = SvgCanvas;
7006
+ declare const index_d$1_SvgCanvas: typeof SvgCanvas;
6908
7007
  declare namespace index_d$1 {
6909
7008
  export {
6910
- index_d$1_RenderFinishedEventArgs as RenderFinishedEventArgs,
6911
- index_d$1_IScoreRenderer as IScoreRenderer,
6912
- index_d$1_ScoreRenderer as ScoreRenderer,
6913
- index_d$1_BarBounds as BarBounds,
6914
- index_d$1_BeatBounds as BeatBounds,
6915
- index_d$1_Bounds as Bounds,
6916
- index_d$1_BoundsLookup as BoundsLookup,
6917
- index_d$1_MasterBarBounds as MasterBarBounds,
6918
- index_d$1_NoteBounds as NoteBounds,
6919
- index_d$1_StaveGroupBounds as StaveGroupBounds,
7009
+ index_d$1_Cursors as Cursors,
7010
+ index_d$1_ICanvas as ICanvas,
7011
+ index_d$1_TextAlign as TextAlign,
7012
+ index_d$1_TextBaseline as TextBaseline,
7013
+ index_d$1_IContainer as IContainer,
7014
+ index_d$1_IMouseEventArgs as IMouseEventArgs,
7015
+ index_d$1_IUiFacade as IUiFacade,
7016
+ index_d$1_CssFontSvgCanvas as CssFontSvgCanvas,
7017
+ index_d$1_FontSizes as FontSizes,
7018
+ index_d$1_SvgCanvas as SvgCanvas,
6920
7019
  };
6921
7020
  }
6922
7021
 
@@ -7287,4 +7386,4 @@ declare namespace index_d {
7287
7386
  };
7288
7387
  }
7289
7388
 
7290
- export { AlphaTabApi, AlphaTabError, AlphaTabErrorType, CoreSettings, DisplaySettings, FileLoadError, FingeringMode, FormatError, ImporterSettings, LayoutMode, LogLevel, Logger, NotationMode, NotationSettings, PlayerSettings, ProgressEventArgs, RenderingResources, ResizeEventArgs, ScrollMode, Settings, StaveProfile, SystemsLayoutMode, TabRhythmMode, VibratoPlaybackSettings, index_d$4 as exporter, index_d$5 as importer, VersionInfo as meta, index_d$3 as midi, index_d$2 as model, index_d$1 as rendering, index_d as synth };
7389
+ export { AlphaTabApi, AlphaTabError, AlphaTabErrorType, CoreSettings, DisplaySettings, FileLoadError, FingeringMode, FormatError, ImporterSettings, LayoutMode, LogLevel, Logger, NotationMode, NotationSettings, PlayerSettings, ProgressEventArgs, RenderingResources, ResizeEventArgs, ScrollMode, Settings, StaveProfile, SystemsLayoutMode, TabRhythmMode, VibratoPlaybackSettings, index_d$5 as exporter, index_d$6 as importer, VersionInfo as meta, index_d$4 as midi, index_d$3 as model, index_d$1 as platform, index_d$2 as rendering, index_d as synth };