@coderline/alphatab 1.3.0-alpha.134 → 1.3.0-alpha.135

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.
@@ -4858,6 +4858,20 @@ declare class UnsupportedFormatError extends AlphaTabError {
4858
4858
  constructor(message?: string, inner?: Error | null);
4859
4859
  }
4860
4860
 
4861
+ type index_d$5_ScoreImporter = ScoreImporter;
4862
+ declare const index_d$5_ScoreImporter: typeof ScoreImporter;
4863
+ type index_d$5_ScoreLoader = ScoreLoader;
4864
+ declare const index_d$5_ScoreLoader: typeof ScoreLoader;
4865
+ type index_d$5_UnsupportedFormatError = UnsupportedFormatError;
4866
+ declare const index_d$5_UnsupportedFormatError: typeof UnsupportedFormatError;
4867
+ declare namespace index_d$5 {
4868
+ export {
4869
+ index_d$5_ScoreImporter as ScoreImporter,
4870
+ index_d$5_ScoreLoader as ScoreLoader,
4871
+ index_d$5_UnsupportedFormatError as UnsupportedFormatError,
4872
+ };
4873
+ }
4874
+
4861
4875
  /**
4862
4876
  * This is the base class for creating new song exporters which
4863
4877
  * enable writing scores to a binary datasink.
@@ -4893,6 +4907,17 @@ declare class Gp7Exporter extends ScoreExporter {
4893
4907
  writeScore(score: Score): void;
4894
4908
  }
4895
4909
 
4910
+ type index_d$4_ScoreExporter = ScoreExporter;
4911
+ declare const index_d$4_ScoreExporter: typeof ScoreExporter;
4912
+ type index_d$4_Gp7Exporter = Gp7Exporter;
4913
+ declare const index_d$4_Gp7Exporter: typeof Gp7Exporter;
4914
+ declare namespace index_d$4 {
4915
+ export {
4916
+ index_d$4_ScoreExporter as ScoreExporter,
4917
+ index_d$4_Gp7Exporter as Gp7Exporter,
4918
+ };
4919
+ }
4920
+
4896
4921
  /**
4897
4922
  * Represents the time period, for which all bars of a {@link MasterBar} are played.
4898
4923
  */
@@ -5399,6 +5424,65 @@ declare class AlphaSynthMidiFileHandler implements IMidiFileHandler {
5399
5424
  finishTrack(track: number, tick: number): void;
5400
5425
  }
5401
5426
 
5427
+ type index_d$3_BeatTickLookup = BeatTickLookup;
5428
+ declare const index_d$3_BeatTickLookup: typeof BeatTickLookup;
5429
+ type index_d$3_MasterBarTickLookup = MasterBarTickLookup;
5430
+ declare const index_d$3_MasterBarTickLookup: typeof MasterBarTickLookup;
5431
+ type index_d$3_MidiTickLookup = MidiTickLookup;
5432
+ declare const index_d$3_MidiTickLookup: typeof MidiTickLookup;
5433
+ type index_d$3_MidiTickLookupFindBeatResult = MidiTickLookupFindBeatResult;
5434
+ declare const index_d$3_MidiTickLookupFindBeatResult: typeof MidiTickLookupFindBeatResult;
5435
+ type index_d$3_MidiFile = MidiFile;
5436
+ declare const index_d$3_MidiFile: typeof MidiFile;
5437
+ type index_d$3_ControllerType = ControllerType;
5438
+ declare const index_d$3_ControllerType: typeof ControllerType;
5439
+ type index_d$3_MetaDataEvent = MetaDataEvent;
5440
+ declare const index_d$3_MetaDataEvent: typeof MetaDataEvent;
5441
+ type index_d$3_MetaEvent = MetaEvent;
5442
+ declare const index_d$3_MetaEvent: typeof MetaEvent;
5443
+ type index_d$3_MetaEventType = MetaEventType;
5444
+ declare const index_d$3_MetaEventType: typeof MetaEventType;
5445
+ type index_d$3_MetaNumberEvent = MetaNumberEvent;
5446
+ declare const index_d$3_MetaNumberEvent: typeof MetaNumberEvent;
5447
+ type index_d$3_MidiEvent = MidiEvent;
5448
+ declare const index_d$3_MidiEvent: typeof MidiEvent;
5449
+ type index_d$3_MidiEventType = MidiEventType;
5450
+ declare const index_d$3_MidiEventType: typeof MidiEventType;
5451
+ type index_d$3_Midi20PerNotePitchBendEvent = Midi20PerNotePitchBendEvent;
5452
+ declare const index_d$3_Midi20PerNotePitchBendEvent: typeof Midi20PerNotePitchBendEvent;
5453
+ type index_d$3_SystemCommonEvent = SystemCommonEvent;
5454
+ declare const index_d$3_SystemCommonEvent: typeof SystemCommonEvent;
5455
+ type index_d$3_SystemCommonType = SystemCommonType;
5456
+ declare const index_d$3_SystemCommonType: typeof SystemCommonType;
5457
+ type index_d$3_SystemExclusiveEvent = SystemExclusiveEvent;
5458
+ declare const index_d$3_SystemExclusiveEvent: typeof SystemExclusiveEvent;
5459
+ type index_d$3_MidiFileGenerator = MidiFileGenerator;
5460
+ declare const index_d$3_MidiFileGenerator: typeof MidiFileGenerator;
5461
+ type index_d$3_AlphaSynthMidiFileHandler = AlphaSynthMidiFileHandler;
5462
+ declare const index_d$3_AlphaSynthMidiFileHandler: typeof AlphaSynthMidiFileHandler;
5463
+ declare namespace index_d$3 {
5464
+ export {
5465
+ index_d$3_BeatTickLookup as BeatTickLookup,
5466
+ index_d$3_MasterBarTickLookup as MasterBarTickLookup,
5467
+ index_d$3_MidiTickLookup as MidiTickLookup,
5468
+ index_d$3_MidiTickLookupFindBeatResult as MidiTickLookupFindBeatResult,
5469
+ index_d$3_MidiFile as MidiFile,
5470
+ index_d$3_ControllerType as ControllerType,
5471
+ index_d$3_MetaDataEvent as MetaDataEvent,
5472
+ index_d$3_MetaEvent as MetaEvent,
5473
+ index_d$3_MetaEventType as MetaEventType,
5474
+ index_d$3_MetaNumberEvent as MetaNumberEvent,
5475
+ index_d$3_MidiEvent as MidiEvent,
5476
+ index_d$3_MidiEventType as MidiEventType,
5477
+ index_d$3_Midi20PerNotePitchBendEvent as Midi20PerNotePitchBendEvent,
5478
+ index_d$3_SystemCommonEvent as SystemCommonEvent,
5479
+ index_d$3_SystemCommonType as SystemCommonType,
5480
+ index_d$3_SystemExclusiveEvent as SystemExclusiveEvent,
5481
+ index_d$3_MidiFileGenerator as MidiFileGenerator,
5482
+ index_d$3_AlphaSynthMidiFileHandler as AlphaSynthMidiFileHandler,
5483
+ };
5484
+ }
5485
+
5402
5486
  /**
5403
5487
  * Defines all possible accidentals for notes.
5404
5488
  */
@@ -5522,6 +5606,161 @@ declare class JsonConverter {
5522
5606
  static midiEventToJsObject(midiEvent: MidiEvent): unknown;
5523
5607
  }
5524
5608
 
5609
+ type index_d$2_AccentuationType = AccentuationType;
5610
+ declare const index_d$2_AccentuationType: typeof AccentuationType;
5611
+ type index_d$2_AccidentalType = AccidentalType;
5612
+ declare const index_d$2_AccidentalType: typeof AccidentalType;
5613
+ type index_d$2_AutomationType = AutomationType;
5614
+ declare const index_d$2_AutomationType: typeof AutomationType;
5615
+ type index_d$2_Automation = Automation;
5616
+ declare const index_d$2_Automation: typeof Automation;
5617
+ type index_d$2_Bar = Bar;
5618
+ declare const index_d$2_Bar: typeof Bar;
5619
+ type index_d$2_Beat = Beat;
5620
+ declare const index_d$2_Beat: typeof Beat;
5621
+ type index_d$2_BendPoint = BendPoint;
5622
+ declare const index_d$2_BendPoint: typeof BendPoint;
5623
+ type index_d$2_BendStyle = BendStyle;
5624
+ declare const index_d$2_BendStyle: typeof BendStyle;
5625
+ type index_d$2_BendType = BendType;
5626
+ declare const index_d$2_BendType: typeof BendType;
5627
+ type index_d$2_BrushType = BrushType;
5628
+ declare const index_d$2_BrushType: typeof BrushType;
5629
+ type index_d$2_Chord = Chord;
5630
+ declare const index_d$2_Chord: typeof Chord;
5631
+ type index_d$2_Clef = Clef;
5632
+ declare const index_d$2_Clef: typeof Clef;
5633
+ type index_d$2_Color = Color;
5634
+ declare const index_d$2_Color: typeof Color;
5635
+ type index_d$2_CrescendoType = CrescendoType;
5636
+ declare const index_d$2_CrescendoType: typeof CrescendoType;
5637
+ type index_d$2_Duration = Duration;
5638
+ declare const index_d$2_Duration: typeof Duration;
5639
+ type index_d$2_DynamicValue = DynamicValue;
5640
+ declare const index_d$2_DynamicValue: typeof DynamicValue;
5641
+ type index_d$2_FermataType = FermataType;
5642
+ declare const index_d$2_FermataType: typeof FermataType;
5643
+ type index_d$2_Fermata = Fermata;
5644
+ declare const index_d$2_Fermata: typeof Fermata;
5645
+ type index_d$2_Fingers = Fingers;
5646
+ declare const index_d$2_Fingers: typeof Fingers;
5647
+ type index_d$2_FontStyle = FontStyle;
5648
+ declare const index_d$2_FontStyle: typeof FontStyle;
5649
+ type index_d$2_Font = Font;
5650
+ declare const index_d$2_Font: typeof Font;
5651
+ type index_d$2_GraceType = GraceType;
5652
+ declare const index_d$2_GraceType: typeof GraceType;
5653
+ type index_d$2_HarmonicType = HarmonicType;
5654
+ declare const index_d$2_HarmonicType: typeof HarmonicType;
5655
+ type index_d$2_InstrumentArticulation = InstrumentArticulation;
5656
+ declare const index_d$2_InstrumentArticulation: typeof InstrumentArticulation;
5657
+ type index_d$2_JsonConverter = JsonConverter;
5658
+ declare const index_d$2_JsonConverter: typeof JsonConverter;
5659
+ type index_d$2_KeySignature = KeySignature;
5660
+ declare const index_d$2_KeySignature: typeof KeySignature;
5661
+ type index_d$2_KeySignatureType = KeySignatureType;
5662
+ declare const index_d$2_KeySignatureType: typeof KeySignatureType;
5663
+ type index_d$2_Lyrics = Lyrics;
5664
+ declare const index_d$2_Lyrics: typeof Lyrics;
5665
+ type index_d$2_MasterBar = MasterBar;
5666
+ declare const index_d$2_MasterBar: typeof MasterBar;
5667
+ type index_d$2_MusicFontSymbol = MusicFontSymbol;
5668
+ declare const index_d$2_MusicFontSymbol: typeof MusicFontSymbol;
5669
+ type index_d$2_Note = Note;
5670
+ declare const index_d$2_Note: typeof Note;
5671
+ type index_d$2_NoteAccidentalMode = NoteAccidentalMode;
5672
+ declare const index_d$2_NoteAccidentalMode: typeof NoteAccidentalMode;
5673
+ type index_d$2_Ottavia = Ottavia;
5674
+ declare const index_d$2_Ottavia: typeof Ottavia;
5675
+ type index_d$2_PickStroke = PickStroke;
5676
+ declare const index_d$2_PickStroke: typeof PickStroke;
5677
+ type index_d$2_PlaybackInformation = PlaybackInformation;
5678
+ declare const index_d$2_PlaybackInformation: typeof PlaybackInformation;
5679
+ type index_d$2_RenderStylesheet = RenderStylesheet;
5680
+ declare const index_d$2_RenderStylesheet: typeof RenderStylesheet;
5681
+ type index_d$2_RepeatGroup = RepeatGroup;
5682
+ declare const index_d$2_RepeatGroup: typeof RepeatGroup;
5683
+ type index_d$2_Score = Score;
5684
+ declare const index_d$2_Score: typeof Score;
5685
+ type index_d$2_Section = Section;
5686
+ declare const index_d$2_Section: typeof Section;
5687
+ type index_d$2_SimileMark = SimileMark;
5688
+ declare const index_d$2_SimileMark: typeof SimileMark;
5689
+ type index_d$2_SlideInType = SlideInType;
5690
+ declare const index_d$2_SlideInType: typeof SlideInType;
5691
+ type index_d$2_SlideOutType = SlideOutType;
5692
+ declare const index_d$2_SlideOutType: typeof SlideOutType;
5693
+ type index_d$2_Staff = Staff;
5694
+ declare const index_d$2_Staff: typeof Staff;
5695
+ type index_d$2_Track = Track;
5696
+ declare const index_d$2_Track: typeof Track;
5697
+ type index_d$2_TripletFeel = TripletFeel;
5698
+ declare const index_d$2_TripletFeel: typeof TripletFeel;
5699
+ type index_d$2_Tuning = Tuning;
5700
+ declare const index_d$2_Tuning: typeof Tuning;
5701
+ type index_d$2_TupletGroup = TupletGroup;
5702
+ declare const index_d$2_TupletGroup: typeof TupletGroup;
5703
+ type index_d$2_VibratoType = VibratoType;
5704
+ declare const index_d$2_VibratoType: typeof VibratoType;
5705
+ type index_d$2_Voice = Voice;
5706
+ declare const index_d$2_Voice: typeof Voice;
5707
+ type index_d$2_WhammyType = WhammyType;
5708
+ declare const index_d$2_WhammyType: typeof WhammyType;
5709
+ declare namespace index_d$2 {
5710
+ export {
5711
+ index_d$2_AccentuationType as AccentuationType,
5712
+ index_d$2_AccidentalType as AccidentalType,
5713
+ index_d$2_AutomationType as AutomationType,
5714
+ index_d$2_Automation as Automation,
5715
+ index_d$2_Bar as Bar,
5716
+ index_d$2_Beat as Beat,
5717
+ index_d$2_BendPoint as BendPoint,
5718
+ index_d$2_BendStyle as BendStyle,
5719
+ index_d$2_BendType as BendType,
5720
+ index_d$2_BrushType as BrushType,
5721
+ index_d$2_Chord as Chord,
5722
+ index_d$2_Clef as Clef,
5723
+ index_d$2_Color as Color,
5724
+ index_d$2_CrescendoType as CrescendoType,
5725
+ index_d$2_Duration as Duration,
5726
+ index_d$2_DynamicValue as DynamicValue,
5727
+ index_d$2_FermataType as FermataType,
5728
+ index_d$2_Fermata as Fermata,
5729
+ index_d$2_Fingers as Fingers,
5730
+ index_d$2_FontStyle as FontStyle,
5731
+ index_d$2_Font as Font,
5732
+ index_d$2_GraceType as GraceType,
5733
+ index_d$2_HarmonicType as HarmonicType,
5734
+ index_d$2_InstrumentArticulation as InstrumentArticulation,
5735
+ index_d$2_JsonConverter as JsonConverter,
5736
+ index_d$2_KeySignature as KeySignature,
5737
+ index_d$2_KeySignatureType as KeySignatureType,
5738
+ index_d$2_Lyrics as Lyrics,
5739
+ index_d$2_MasterBar as MasterBar,
5740
+ index_d$2_MusicFontSymbol as MusicFontSymbol,
5741
+ index_d$2_Note as Note,
5742
+ index_d$2_NoteAccidentalMode as NoteAccidentalMode,
5743
+ index_d$2_Ottavia as Ottavia,
5744
+ index_d$2_PickStroke as PickStroke,
5745
+ index_d$2_PlaybackInformation as PlaybackInformation,
5746
+ index_d$2_RenderStylesheet as RenderStylesheet,
5747
+ index_d$2_RepeatGroup as RepeatGroup,
5748
+ index_d$2_Score as Score,
5749
+ index_d$2_Section as Section,
5750
+ index_d$2_SimileMark as SimileMark,
5751
+ index_d$2_SlideInType as SlideInType,
5752
+ index_d$2_SlideOutType as SlideOutType,
5753
+ index_d$2_Staff as Staff,
5754
+ index_d$2_Track as Track,
5755
+ index_d$2_TripletFeel as TripletFeel,
5756
+ index_d$2_Tuning as Tuning,
5757
+ index_d$2_TupletGroup as TupletGroup,
5758
+ index_d$2_VibratoType as VibratoType,
5759
+ index_d$2_Voice as Voice,
5760
+ index_d$2_WhammyType as WhammyType,
5761
+ };
5762
+ }
5763
+
5525
5764
  /**
5526
5765
  * Lists the different position modes for {@link BarRendererBase.getBeatX}
5527
5766
  */
@@ -6212,6 +6451,38 @@ declare class ScoreRenderer implements IScoreRenderer {
6212
6451
  private onRenderFinished;
6213
6452
  }
6214
6453
 
6454
+ type index_d$1_RenderFinishedEventArgs = RenderFinishedEventArgs;
6455
+ declare const index_d$1_RenderFinishedEventArgs: typeof RenderFinishedEventArgs;
6456
+ type index_d$1_ScoreRenderer = ScoreRenderer;
6457
+ declare const index_d$1_ScoreRenderer: typeof ScoreRenderer;
6458
+ type index_d$1_BarBounds = BarBounds;
6459
+ declare const index_d$1_BarBounds: typeof BarBounds;
6460
+ type index_d$1_BeatBounds = BeatBounds;
6461
+ declare const index_d$1_BeatBounds: typeof BeatBounds;
6462
+ type index_d$1_Bounds = Bounds;
6463
+ declare const index_d$1_Bounds: typeof Bounds;
6464
+ type index_d$1_BoundsLookup = BoundsLookup;
6465
+ declare const index_d$1_BoundsLookup: typeof BoundsLookup;
6466
+ type index_d$1_MasterBarBounds = MasterBarBounds;
6467
+ declare const index_d$1_MasterBarBounds: typeof MasterBarBounds;
6468
+ type index_d$1_NoteBounds = NoteBounds;
6469
+ declare const index_d$1_NoteBounds: typeof NoteBounds;
6470
+ type index_d$1_StaveGroupBounds = StaveGroupBounds;
6471
+ declare const index_d$1_StaveGroupBounds: typeof StaveGroupBounds;
6472
+ declare namespace index_d$1 {
6473
+ export {
6474
+ index_d$1_RenderFinishedEventArgs as RenderFinishedEventArgs,
6475
+ index_d$1_ScoreRenderer as ScoreRenderer,
6476
+ index_d$1_BarBounds as BarBounds,
6477
+ index_d$1_BeatBounds as BeatBounds,
6478
+ index_d$1_Bounds as Bounds,
6479
+ index_d$1_BoundsLookup as BoundsLookup,
6480
+ index_d$1_MasterBarBounds as MasterBarBounds,
6481
+ index_d$1_NoteBounds as NoteBounds,
6482
+ index_d$1_StaveGroupBounds as StaveGroupBounds,
6483
+ };
6484
+ }
6485
+
6215
6486
  /**
6216
6487
  * This is the base interface for output devices which can
6217
6488
  * request and playback audio samples.
@@ -6422,112 +6693,27 @@ declare class AlphaSynthWebWorkerApi implements IAlphaSynth {
6422
6693
  private onOutputReady;
6423
6694
  }
6424
6695
 
6425
- declare const meta: typeof VersionInfo;
6426
-
6427
- declare const importer: {
6428
- ScoreImporter: typeof ScoreImporter;
6429
- ScoreLoader: typeof ScoreLoader;
6430
- UnsupportedFormatError: typeof UnsupportedFormatError;
6431
- };
6432
-
6433
- declare const exporter: {
6434
- ScoreExporter: typeof ScoreExporter;
6435
- Gp7Exporter: typeof Gp7Exporter;
6436
- };
6437
-
6438
- declare const midi: {
6439
- BeatTickLookup: typeof BeatTickLookup;
6440
- MasterBarTickLookup: typeof MasterBarTickLookup;
6441
- MidiTickLookup: typeof MidiTickLookup;
6442
- MidiTickLookupFindBeatResult: typeof MidiTickLookupFindBeatResult;
6443
- MidiFile: typeof MidiFile;
6444
- ControllerType: typeof ControllerType;
6445
- MetaDataEvent: typeof MetaDataEvent;
6446
- MetaEvent: typeof MetaEvent;
6447
- MetaEventType: typeof MetaEventType;
6448
- MetaNumberEvent: typeof MetaNumberEvent;
6449
- MidiEvent: typeof MidiEvent;
6450
- MidiEventType: typeof MidiEventType;
6451
- Midi20PerNotePitchBendEvent: typeof Midi20PerNotePitchBendEvent;
6452
- SystemCommonEvent: typeof SystemCommonEvent;
6453
- SystemCommonType: typeof SystemCommonType;
6454
- SystemExclusiveEvent: typeof SystemExclusiveEvent;
6455
- MidiFileGenerator: typeof MidiFileGenerator;
6456
- AlphaSynthMidiFileHandler: typeof AlphaSynthMidiFileHandler;
6457
- };
6458
-
6459
- declare const model: {
6460
- AccentuationType: typeof AccentuationType;
6461
- AccidentalType: typeof AccidentalType;
6462
- AutomationType: typeof AutomationType;
6463
- Automation: typeof Automation;
6464
- Bar: typeof Bar;
6465
- Beat: typeof Beat;
6466
- BendPoint: typeof BendPoint;
6467
- BendStyle: typeof BendStyle;
6468
- BendType: typeof BendType;
6469
- BrushType: typeof BrushType;
6470
- Chord: typeof Chord;
6471
- Clef: typeof Clef;
6472
- Color: typeof Color;
6473
- CrescendoType: typeof CrescendoType;
6474
- Duration: typeof Duration;
6475
- DynamicValue: typeof DynamicValue;
6476
- FermataType: typeof FermataType;
6477
- Fermata: typeof Fermata;
6478
- Fingers: typeof Fingers;
6479
- FontStyle: typeof FontStyle;
6480
- Font: typeof Font;
6481
- GraceType: typeof GraceType;
6482
- HarmonicType: typeof HarmonicType;
6483
- InstrumentArticulation: typeof InstrumentArticulation;
6484
- JsonConverter: typeof JsonConverter;
6485
- KeySignature: typeof KeySignature;
6486
- KeySignatureType: typeof KeySignatureType;
6487
- Lyrics: typeof Lyrics;
6488
- MasterBar: typeof MasterBar;
6489
- MusicFontSymbol: typeof MusicFontSymbol;
6490
- Note: typeof Note;
6491
- NoteAccidentalMode: typeof NoteAccidentalMode;
6492
- Ottavia: typeof Ottavia;
6493
- PickStroke: typeof PickStroke;
6494
- PlaybackInformation: typeof PlaybackInformation;
6495
- RenderStylesheet: typeof RenderStylesheet;
6496
- RepeatGroup: typeof RepeatGroup;
6497
- Score: typeof Score;
6498
- Section: typeof Section;
6499
- SimileMark: typeof SimileMark;
6500
- SlideInType: typeof SlideInType;
6501
- SlideOutType: typeof SlideOutType;
6502
- Staff: typeof Staff;
6503
- Track: typeof Track;
6504
- TripletFeel: typeof TripletFeel;
6505
- Tuning: typeof Tuning;
6506
- TupletGroup: typeof TupletGroup;
6507
- VibratoType: typeof VibratoType;
6508
- Voice: typeof Voice;
6509
- WhammyType: typeof WhammyType;
6510
- };
6511
-
6512
- declare const rendering: {
6513
- ScoreRenderer: typeof ScoreRenderer;
6514
- RenderFinishedEventArgs: typeof RenderFinishedEventArgs;
6515
- BarBounds: typeof BarBounds;
6516
- BeatBounds: typeof BeatBounds;
6517
- Bounds: typeof Bounds;
6518
- BoundsLookup: typeof BoundsLookup;
6519
- MasterBarBounds: typeof MasterBarBounds;
6520
- NoteBounds: typeof NoteBounds;
6521
- StaveGroupBounds: typeof StaveGroupBounds;
6522
- };
6523
-
6524
- declare const synth: {
6525
- AlphaSynth: typeof AlphaSynth;
6526
- PlaybackRange: typeof PlaybackRange;
6527
- PlayerState: typeof PlayerState;
6528
- PlayerStateChangedEventArgs: typeof PlayerStateChangedEventArgs;
6529
- PositionChangedEventArgs: typeof PositionChangedEventArgs;
6530
- AlphaSynthWebWorkerApi: typeof AlphaSynthWebWorkerApi;
6531
- };
6532
-
6533
- export { AlphaTabApi, AlphaTabError, AlphaTabErrorType, CoreSettings, DisplaySettings, FileLoadError, FingeringMode, FormatError, ImporterSettings, LayoutMode, LogLevel, Logger, NotationMode, NotationSettings, PlayerSettings, ProgressEventArgs, RenderingResources, ResizeEventArgs, ScrollMode, Settings, StaveProfile, TabRhythmMode, VibratoPlaybackSettings, exporter, importer, meta, midi, model, rendering, synth };
6696
+ type index_d_AlphaSynth = AlphaSynth;
6697
+ declare const index_d_AlphaSynth: typeof AlphaSynth;
6698
+ type index_d_PlaybackRange = PlaybackRange;
6699
+ declare const index_d_PlaybackRange: typeof PlaybackRange;
6700
+ type index_d_PlayerState = PlayerState;
6701
+ declare const index_d_PlayerState: typeof PlayerState;
6702
+ type index_d_PlayerStateChangedEventArgs = PlayerStateChangedEventArgs;
6703
+ declare const index_d_PlayerStateChangedEventArgs: typeof PlayerStateChangedEventArgs;
6704
+ type index_d_PositionChangedEventArgs = PositionChangedEventArgs;
6705
+ declare const index_d_PositionChangedEventArgs: typeof PositionChangedEventArgs;
6706
+ type index_d_AlphaSynthWebWorkerApi = AlphaSynthWebWorkerApi;
6707
+ declare const index_d_AlphaSynthWebWorkerApi: typeof AlphaSynthWebWorkerApi;
6708
+ declare namespace index_d {
6709
+ export {
6710
+ index_d_AlphaSynth as AlphaSynth,
6711
+ index_d_PlaybackRange as PlaybackRange,
6712
+ index_d_PlayerState as PlayerState,
6713
+ index_d_PlayerStateChangedEventArgs as PlayerStateChangedEventArgs,
6714
+ index_d_PositionChangedEventArgs as PositionChangedEventArgs,
6715
+ index_d_AlphaSynthWebWorkerApi as AlphaSynthWebWorkerApi,
6716
+ };
6717
+ }
6718
+
6719
+ export { AlphaTabApi, AlphaTabError, AlphaTabErrorType, CoreSettings, DisplaySettings, FileLoadError, FingeringMode, FormatError, ImporterSettings, LayoutMode, LogLevel, Logger, NotationMode, NotationSettings, PlayerSettings, ProgressEventArgs, RenderingResources, ResizeEventArgs, ScrollMode, Settings, StaveProfile, 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 };