@coderline/alphatab 1.3.0-alpha.772 → 1.3.0-alpha.782
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.
- package/dist/alphaTab.d.ts +361 -268
- package/dist/alphaTab.js +22 -13
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +17 -9
- package/package.json +1 -1
package/dist/alphaTab.d.ts
CHANGED
|
@@ -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$
|
|
5547
|
-
declare const index_d$
|
|
5548
|
-
type index_d$
|
|
5549
|
-
declare const index_d$
|
|
5550
|
-
type index_d$
|
|
5551
|
-
declare const index_d$
|
|
5552
|
-
declare namespace index_d$
|
|
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$
|
|
5555
|
-
index_d$
|
|
5556
|
-
index_d$
|
|
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$
|
|
5596
|
-
declare const index_d$
|
|
5597
|
-
type index_d$
|
|
5598
|
-
declare const index_d$
|
|
5599
|
-
declare namespace index_d$
|
|
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$
|
|
5602
|
-
index_d$
|
|
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$
|
|
5793
|
-
declare const index_d$
|
|
5794
|
-
type index_d$
|
|
5795
|
-
declare const index_d$
|
|
5796
|
-
type index_d$
|
|
5797
|
-
declare const index_d$
|
|
5798
|
-
type index_d$
|
|
5799
|
-
declare const index_d$
|
|
5800
|
-
type index_d$
|
|
5801
|
-
declare const index_d$
|
|
5802
|
-
type index_d$
|
|
5803
|
-
declare const index_d$
|
|
5804
|
-
type index_d$
|
|
5805
|
-
declare const index_d$
|
|
5806
|
-
type index_d$
|
|
5807
|
-
declare const index_d$
|
|
5808
|
-
type index_d$
|
|
5809
|
-
declare const index_d$
|
|
5810
|
-
type index_d$
|
|
5811
|
-
declare const index_d$
|
|
5812
|
-
type index_d$
|
|
5813
|
-
declare const index_d$
|
|
5814
|
-
type index_d$
|
|
5815
|
-
declare const index_d$
|
|
5816
|
-
type index_d$
|
|
5817
|
-
declare const index_d$
|
|
5818
|
-
type index_d$
|
|
5819
|
-
declare const index_d$
|
|
5820
|
-
type index_d$
|
|
5821
|
-
declare const index_d$
|
|
5822
|
-
type index_d$
|
|
5823
|
-
declare const index_d$
|
|
5824
|
-
type index_d$
|
|
5825
|
-
declare const index_d$
|
|
5826
|
-
type index_d$
|
|
5827
|
-
declare const index_d$
|
|
5828
|
-
type index_d$
|
|
5829
|
-
declare const index_d$
|
|
5830
|
-
type index_d$
|
|
5831
|
-
declare const index_d$
|
|
5832
|
-
type index_d$
|
|
5833
|
-
declare const index_d$
|
|
5834
|
-
type index_d$
|
|
5835
|
-
declare const index_d$
|
|
5836
|
-
type index_d$
|
|
5837
|
-
declare const index_d$
|
|
5838
|
-
declare namespace index_d$
|
|
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$
|
|
5841
|
-
index_d$
|
|
5842
|
-
index_d$
|
|
5843
|
-
index_d$
|
|
5844
|
-
index_d$
|
|
5845
|
-
index_d$
|
|
5846
|
-
index_d$
|
|
5847
|
-
index_d$
|
|
5848
|
-
index_d$
|
|
5849
|
-
index_d$
|
|
5850
|
-
index_d$
|
|
5851
|
-
index_d$
|
|
5852
|
-
index_d$
|
|
5853
|
-
index_d$
|
|
5854
|
-
index_d$
|
|
5855
|
-
index_d$
|
|
5856
|
-
index_d$
|
|
5857
|
-
index_d$
|
|
5858
|
-
index_d$
|
|
5859
|
-
index_d$
|
|
5860
|
-
index_d$
|
|
5861
|
-
index_d$
|
|
5862
|
-
index_d$
|
|
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$
|
|
6000
|
-
declare const index_d$
|
|
6001
|
-
type index_d$
|
|
6002
|
-
declare const index_d$
|
|
6003
|
-
type index_d$
|
|
6004
|
-
declare const index_d$
|
|
6005
|
-
type index_d$
|
|
6006
|
-
declare const index_d$
|
|
6007
|
-
type index_d$
|
|
6008
|
-
declare const index_d$
|
|
6009
|
-
type index_d$
|
|
6010
|
-
declare const index_d$
|
|
6011
|
-
type index_d$
|
|
6012
|
-
declare const index_d$
|
|
6013
|
-
type index_d$
|
|
6014
|
-
declare const index_d$
|
|
6015
|
-
type index_d$
|
|
6016
|
-
declare const index_d$
|
|
6017
|
-
type index_d$
|
|
6018
|
-
declare const index_d$
|
|
6019
|
-
type index_d$
|
|
6020
|
-
declare const index_d$
|
|
6021
|
-
type index_d$
|
|
6022
|
-
declare const index_d$
|
|
6023
|
-
type index_d$
|
|
6024
|
-
declare const index_d$
|
|
6025
|
-
type index_d$
|
|
6026
|
-
declare const index_d$
|
|
6027
|
-
type index_d$
|
|
6028
|
-
declare const index_d$
|
|
6029
|
-
type index_d$
|
|
6030
|
-
declare const index_d$
|
|
6031
|
-
type index_d$
|
|
6032
|
-
declare const index_d$
|
|
6033
|
-
type index_d$
|
|
6034
|
-
declare const index_d$
|
|
6035
|
-
type index_d$
|
|
6036
|
-
declare const index_d$
|
|
6037
|
-
type index_d$
|
|
6038
|
-
declare const index_d$
|
|
6039
|
-
type index_d$
|
|
6040
|
-
declare const index_d$
|
|
6041
|
-
type index_d$
|
|
6042
|
-
declare const index_d$
|
|
6043
|
-
type index_d$
|
|
6044
|
-
declare const index_d$
|
|
6045
|
-
type index_d$
|
|
6046
|
-
declare const index_d$
|
|
6047
|
-
type index_d$
|
|
6048
|
-
declare const index_d$
|
|
6049
|
-
type index_d$
|
|
6050
|
-
declare const index_d$
|
|
6051
|
-
type index_d$
|
|
6052
|
-
declare const index_d$
|
|
6053
|
-
type index_d$
|
|
6054
|
-
declare const index_d$
|
|
6055
|
-
type index_d$
|
|
6056
|
-
declare const index_d$
|
|
6057
|
-
type index_d$
|
|
6058
|
-
declare const index_d$
|
|
6059
|
-
type index_d$
|
|
6060
|
-
declare const index_d$
|
|
6061
|
-
type index_d$
|
|
6062
|
-
declare const index_d$
|
|
6063
|
-
type index_d$
|
|
6064
|
-
declare const index_d$
|
|
6065
|
-
type index_d$
|
|
6066
|
-
declare const index_d$
|
|
6067
|
-
type index_d$
|
|
6068
|
-
declare const index_d$
|
|
6069
|
-
type index_d$
|
|
6070
|
-
declare const index_d$
|
|
6071
|
-
type index_d$
|
|
6072
|
-
declare const index_d$
|
|
6073
|
-
type index_d$
|
|
6074
|
-
declare const index_d$
|
|
6075
|
-
type index_d$
|
|
6076
|
-
declare const index_d$
|
|
6077
|
-
type index_d$
|
|
6078
|
-
declare const index_d$
|
|
6079
|
-
type index_d$
|
|
6080
|
-
declare const index_d$
|
|
6081
|
-
type index_d$
|
|
6082
|
-
declare const index_d$
|
|
6083
|
-
type index_d$
|
|
6084
|
-
declare const index_d$
|
|
6085
|
-
type index_d$
|
|
6086
|
-
declare const index_d$
|
|
6087
|
-
type index_d$
|
|
6088
|
-
declare const index_d$
|
|
6089
|
-
type index_d$
|
|
6090
|
-
declare const index_d$
|
|
6091
|
-
type index_d$
|
|
6092
|
-
declare const index_d$
|
|
6093
|
-
type index_d$
|
|
6094
|
-
declare const index_d$
|
|
6095
|
-
type index_d$
|
|
6096
|
-
declare const index_d$
|
|
6097
|
-
type index_d$
|
|
6098
|
-
declare const index_d$
|
|
6099
|
-
declare namespace index_d$
|
|
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$
|
|
6102
|
-
index_d$
|
|
6103
|
-
index_d$
|
|
6104
|
-
index_d$
|
|
6105
|
-
index_d$
|
|
6106
|
-
index_d$
|
|
6107
|
-
index_d$
|
|
6108
|
-
index_d$
|
|
6109
|
-
index_d$
|
|
6110
|
-
index_d$
|
|
6111
|
-
index_d$
|
|
6112
|
-
index_d$
|
|
6113
|
-
index_d$
|
|
6114
|
-
index_d$
|
|
6115
|
-
index_d$
|
|
6116
|
-
index_d$
|
|
6117
|
-
index_d$
|
|
6118
|
-
index_d$
|
|
6119
|
-
index_d$
|
|
6120
|
-
index_d$
|
|
6121
|
-
index_d$
|
|
6122
|
-
index_d$
|
|
6123
|
-
index_d$
|
|
6124
|
-
index_d$
|
|
6125
|
-
index_d$
|
|
6126
|
-
index_d$
|
|
6127
|
-
index_d$
|
|
6128
|
-
index_d$
|
|
6129
|
-
index_d$
|
|
6130
|
-
index_d$
|
|
6131
|
-
index_d$
|
|
6132
|
-
index_d$
|
|
6133
|
-
index_d$
|
|
6134
|
-
index_d$
|
|
6135
|
-
index_d$
|
|
6136
|
-
index_d$
|
|
6137
|
-
index_d$
|
|
6138
|
-
index_d$
|
|
6139
|
-
index_d$
|
|
6140
|
-
index_d$
|
|
6141
|
-
index_d$
|
|
6142
|
-
index_d$
|
|
6143
|
-
index_d$
|
|
6144
|
-
index_d$
|
|
6145
|
-
index_d$
|
|
6146
|
-
index_d$
|
|
6147
|
-
index_d$
|
|
6148
|
-
index_d$
|
|
6149
|
-
index_d$
|
|
6150
|
-
index_d$
|
|
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,130 @@ declare class ScoreRenderer implements IScoreRenderer {
|
|
|
6886
6886
|
private onRenderFinished;
|
|
6887
6887
|
}
|
|
6888
6888
|
|
|
6889
|
-
type index_d$
|
|
6890
|
-
declare const index_d$
|
|
6891
|
-
type index_d$
|
|
6892
|
-
type index_d$
|
|
6893
|
-
declare const index_d$
|
|
6894
|
-
type index_d$
|
|
6895
|
-
declare const index_d$
|
|
6896
|
-
type index_d$
|
|
6897
|
-
declare const index_d$
|
|
6898
|
-
type index_d$
|
|
6899
|
-
declare const index_d$
|
|
6900
|
-
type index_d$
|
|
6901
|
-
declare const index_d$
|
|
6902
|
-
type index_d$
|
|
6903
|
-
declare const index_d$
|
|
6904
|
-
type index_d$
|
|
6905
|
-
declare const index_d$
|
|
6906
|
-
type index_d$
|
|
6907
|
-
declare const index_d$
|
|
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_IContainer = IContainer;
|
|
6995
|
+
type index_d$1_IMouseEventArgs = IMouseEventArgs;
|
|
6996
|
+
type index_d$1_IUiFacade<TSettings> = IUiFacade<TSettings>;
|
|
6997
|
+
type index_d$1_CssFontSvgCanvas = CssFontSvgCanvas;
|
|
6998
|
+
declare const index_d$1_CssFontSvgCanvas: typeof CssFontSvgCanvas;
|
|
6999
|
+
type index_d$1_FontSizes = FontSizes;
|
|
7000
|
+
declare const index_d$1_FontSizes: typeof FontSizes;
|
|
7001
|
+
type index_d$1_SvgCanvas = SvgCanvas;
|
|
7002
|
+
declare const index_d$1_SvgCanvas: typeof SvgCanvas;
|
|
6908
7003
|
declare namespace index_d$1 {
|
|
6909
7004
|
export {
|
|
6910
|
-
index_d$
|
|
6911
|
-
index_d$
|
|
6912
|
-
index_d$
|
|
6913
|
-
index_d$
|
|
6914
|
-
index_d$
|
|
6915
|
-
index_d$
|
|
6916
|
-
index_d$
|
|
6917
|
-
index_d$
|
|
6918
|
-
index_d$1_NoteBounds as NoteBounds,
|
|
6919
|
-
index_d$1_StaveGroupBounds as StaveGroupBounds,
|
|
7005
|
+
index_d$1_Cursors as Cursors,
|
|
7006
|
+
index_d$1_ICanvas as ICanvas,
|
|
7007
|
+
index_d$1_IContainer as IContainer,
|
|
7008
|
+
index_d$1_IMouseEventArgs as IMouseEventArgs,
|
|
7009
|
+
index_d$1_IUiFacade as IUiFacade,
|
|
7010
|
+
index_d$1_CssFontSvgCanvas as CssFontSvgCanvas,
|
|
7011
|
+
index_d$1_FontSizes as FontSizes,
|
|
7012
|
+
index_d$1_SvgCanvas as SvgCanvas,
|
|
6920
7013
|
};
|
|
6921
7014
|
}
|
|
6922
7015
|
|
|
@@ -7287,4 +7380,4 @@ declare namespace index_d {
|
|
|
7287
7380
|
};
|
|
7288
7381
|
}
|
|
7289
7382
|
|
|
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$
|
|
7383
|
+
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 };
|