@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.
package/dist/alphaTab.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.134 (develop, build 134)
2
+ * alphaTab v1.3.0-alpha.135 (develop, build 135)
3
3
  *
4
4
  * Copyright © 2021, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -40272,8 +40272,15 @@ class CoreSettings {
40272
40272
  // </auto-generated>
40273
40273
  class VersionInfo {
40274
40274
  }
40275
- VersionInfo.version = '1.3.0-alpha.134';
40276
- VersionInfo.date = '2021-11-07T13:53:42.996Z';
40275
+ VersionInfo.version = '1.3.0-alpha.135';
40276
+ VersionInfo.date = '2021-11-28T15:06:34.564Z';
40277
+
40278
+ var index$5 = /*#__PURE__*/Object.freeze({
40279
+ __proto__: null,
40280
+ ScoreImporter: ScoreImporter,
40281
+ ScoreLoader: ScoreLoader,
40282
+ UnsupportedFormatError: UnsupportedFormatError
40283
+ });
40277
40284
 
40278
40285
  /**
40279
40286
  * This is the base class for creating new song exporters which
@@ -43227,106 +43234,109 @@ class Gp7Exporter extends ScoreExporter {
43227
43234
  }
43228
43235
  }
43229
43236
 
43230
- const meta = VersionInfo;
43231
- const importer = {
43232
- ScoreImporter,
43233
- ScoreLoader,
43234
- UnsupportedFormatError
43235
- };
43236
- const exporter = {
43237
- ScoreExporter,
43238
- Gp7Exporter
43239
- };
43240
- const midi = {
43241
- BeatTickLookup,
43242
- MasterBarTickLookup,
43243
- MidiTickLookup,
43244
- MidiTickLookupFindBeatResult,
43245
- MidiFile,
43246
- ControllerType,
43247
- MetaDataEvent,
43248
- MetaEvent,
43249
- MetaEventType,
43250
- MetaNumberEvent,
43251
- MidiEvent,
43252
- MidiEventType,
43253
- Midi20PerNotePitchBendEvent,
43254
- SystemCommonEvent,
43255
- SystemCommonType,
43256
- SystemExclusiveEvent,
43257
- MidiFileGenerator,
43258
- AlphaSynthMidiFileHandler
43259
- };
43260
- const model = {
43261
- AccentuationType,
43262
- AccidentalType,
43263
- AutomationType,
43264
- Automation,
43265
- Bar,
43266
- Beat,
43267
- BendPoint,
43268
- BendStyle,
43269
- BendType,
43270
- BrushType,
43271
- Chord,
43272
- Clef,
43273
- Color,
43274
- CrescendoType,
43275
- Duration,
43276
- DynamicValue,
43277
- FermataType,
43278
- Fermata,
43279
- Fingers,
43280
- FontStyle,
43281
- Font,
43282
- GraceType,
43283
- HarmonicType,
43284
- InstrumentArticulation,
43285
- JsonConverter,
43286
- KeySignature,
43287
- KeySignatureType,
43288
- Lyrics,
43289
- MasterBar,
43290
- MusicFontSymbol,
43291
- Note,
43292
- NoteAccidentalMode,
43293
- Ottavia,
43294
- PickStroke,
43295
- PlaybackInformation,
43296
- RenderStylesheet,
43297
- RepeatGroup,
43298
- Score,
43299
- Section,
43300
- SimileMark,
43301
- SlideInType,
43302
- SlideOutType,
43303
- Staff,
43304
- Track,
43305
- TripletFeel,
43306
- Tuning,
43307
- TupletGroup,
43308
- VibratoType,
43309
- Voice: Voice$1,
43310
- WhammyType
43311
- };
43312
- const rendering = {
43313
- ScoreRenderer,
43314
- RenderFinishedEventArgs,
43315
- BarBounds,
43316
- BeatBounds,
43317
- Bounds,
43318
- BoundsLookup,
43319
- MasterBarBounds,
43320
- NoteBounds,
43321
- StaveGroupBounds
43322
- };
43323
- const synth = {
43324
- AlphaSynth,
43325
- PlaybackRange,
43326
- PlayerState,
43327
- PlayerStateChangedEventArgs,
43328
- PositionChangedEventArgs,
43329
- AlphaSynthWebWorkerApi
43330
- };
43331
-
43332
- 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 };
43237
+ var index$4 = /*#__PURE__*/Object.freeze({
43238
+ __proto__: null,
43239
+ ScoreExporter: ScoreExporter,
43240
+ Gp7Exporter: Gp7Exporter
43241
+ });
43242
+
43243
+ var index$3 = /*#__PURE__*/Object.freeze({
43244
+ __proto__: null,
43245
+ BeatTickLookup: BeatTickLookup,
43246
+ MasterBarTickLookup: MasterBarTickLookup,
43247
+ MidiTickLookup: MidiTickLookup,
43248
+ MidiTickLookupFindBeatResult: MidiTickLookupFindBeatResult,
43249
+ MidiFile: MidiFile,
43250
+ get ControllerType () { return ControllerType; },
43251
+ MetaDataEvent: MetaDataEvent,
43252
+ MetaEvent: MetaEvent,
43253
+ get MetaEventType () { return MetaEventType; },
43254
+ MetaNumberEvent: MetaNumberEvent,
43255
+ MidiEvent: MidiEvent,
43256
+ get MidiEventType () { return MidiEventType; },
43257
+ Midi20PerNotePitchBendEvent: Midi20PerNotePitchBendEvent,
43258
+ SystemCommonEvent: SystemCommonEvent,
43259
+ get SystemCommonType () { return SystemCommonType; },
43260
+ SystemExclusiveEvent: SystemExclusiveEvent,
43261
+ MidiFileGenerator: MidiFileGenerator,
43262
+ AlphaSynthMidiFileHandler: AlphaSynthMidiFileHandler
43263
+ });
43264
+
43265
+ var index$2 = /*#__PURE__*/Object.freeze({
43266
+ __proto__: null,
43267
+ get AccentuationType () { return AccentuationType; },
43268
+ get AccidentalType () { return AccidentalType; },
43269
+ get AutomationType () { return AutomationType; },
43270
+ Automation: Automation,
43271
+ Bar: Bar,
43272
+ Beat: Beat,
43273
+ BendPoint: BendPoint,
43274
+ get BendStyle () { return BendStyle; },
43275
+ get BendType () { return BendType; },
43276
+ get BrushType () { return BrushType; },
43277
+ Chord: Chord,
43278
+ get Clef () { return Clef; },
43279
+ Color: Color,
43280
+ get CrescendoType () { return CrescendoType; },
43281
+ get Duration () { return Duration; },
43282
+ get DynamicValue () { return DynamicValue; },
43283
+ get FermataType () { return FermataType; },
43284
+ Fermata: Fermata,
43285
+ get Fingers () { return Fingers; },
43286
+ get FontStyle () { return FontStyle; },
43287
+ Font: Font,
43288
+ get GraceType () { return GraceType; },
43289
+ get HarmonicType () { return HarmonicType; },
43290
+ InstrumentArticulation: InstrumentArticulation,
43291
+ JsonConverter: JsonConverter,
43292
+ get KeySignature () { return KeySignature; },
43293
+ get KeySignatureType () { return KeySignatureType; },
43294
+ Lyrics: Lyrics,
43295
+ MasterBar: MasterBar,
43296
+ get MusicFontSymbol () { return MusicFontSymbol; },
43297
+ Note: Note,
43298
+ get NoteAccidentalMode () { return NoteAccidentalMode; },
43299
+ get Ottavia () { return Ottavia; },
43300
+ get PickStroke () { return PickStroke; },
43301
+ PlaybackInformation: PlaybackInformation,
43302
+ RenderStylesheet: RenderStylesheet,
43303
+ RepeatGroup: RepeatGroup,
43304
+ Score: Score,
43305
+ Section: Section,
43306
+ get SimileMark () { return SimileMark; },
43307
+ get SlideInType () { return SlideInType; },
43308
+ get SlideOutType () { return SlideOutType; },
43309
+ Staff: Staff,
43310
+ Track: Track,
43311
+ get TripletFeel () { return TripletFeel; },
43312
+ Tuning: Tuning,
43313
+ TupletGroup: TupletGroup,
43314
+ get VibratoType () { return VibratoType; },
43315
+ Voice: Voice$1,
43316
+ get WhammyType () { return WhammyType; }
43317
+ });
43318
+
43319
+ var index$1 = /*#__PURE__*/Object.freeze({
43320
+ __proto__: null,
43321
+ RenderFinishedEventArgs: RenderFinishedEventArgs,
43322
+ ScoreRenderer: ScoreRenderer,
43323
+ BarBounds: BarBounds,
43324
+ BeatBounds: BeatBounds,
43325
+ Bounds: Bounds,
43326
+ BoundsLookup: BoundsLookup,
43327
+ MasterBarBounds: MasterBarBounds,
43328
+ NoteBounds: NoteBounds,
43329
+ StaveGroupBounds: StaveGroupBounds
43330
+ });
43331
+
43332
+ var index = /*#__PURE__*/Object.freeze({
43333
+ __proto__: null,
43334
+ AlphaSynth: AlphaSynth,
43335
+ PlaybackRange: PlaybackRange,
43336
+ get PlayerState () { return PlayerState; },
43337
+ PlayerStateChangedEventArgs: PlayerStateChangedEventArgs,
43338
+ PositionChangedEventArgs: PositionChangedEventArgs,
43339
+ AlphaSynthWebWorkerApi: AlphaSynthWebWorkerApi
43340
+ });
43341
+
43342
+ 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$4 as exporter, index$5 as importer, VersionInfo as meta, index$3 as midi, index$2 as model, index$1 as rendering, index as synth };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coderline/alphatab",
3
- "version": "1.3.0-alpha.134",
3
+ "version": "1.3.0-alpha.135",
4
4
  "description": "alphaTab is a music notation and guitar tablature rendering library",
5
5
  "keywords": [
6
6
  "guitar",
@@ -54,6 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@rollup/plugin-commonjs": "^21.0.1",
57
+ "@types/css-font-loading-module": "0.0.7",
57
58
  "@types/jasmine": "^3.10.2",
58
59
  "@types/resize-observer-browser": "^0.1.6",
59
60
  "concurrently": "^6.3.0",