@coderline/alphatab 1.3.0-alpha.848 → 1.3.0-alpha.849

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.
@@ -4954,25 +4954,25 @@ declare enum ControllerType {
4954
4954
  * Lists all midi event types. Based on the type the instance is a specific subclass.
4955
4955
  */
4956
4956
  declare enum MidiEventType {
4957
- TimeSignature = 88,
4958
- NoteOn = 128,
4959
- NoteOff = 144,
4960
- ControlChange = 176,
4961
- ProgramChange = 192,
4962
- TempoChange = 81,
4963
- PitchBend = 224,
4964
- PerNotePitchBend = 96,
4965
- EndOfTrack = 47,
4966
- AlphaTabRest = 241,
4967
- AlphaTabMetronome = 242,
4957
+ TimeSignature = 88,// 0xFF _0x58_ in Midi 1.0
4958
+ NoteOn = 128,// Aligned with Midi 1.0
4959
+ NoteOff = 144,// Aligned with Midi 1.0
4960
+ ControlChange = 176,// Aligned with Midi 1.0
4961
+ ProgramChange = 192,// Aligned with Midi 1.0
4962
+ TempoChange = 81,// 0xFF _0x51_ in Midi 1.0
4963
+ PitchBend = 224,// Aligned with Midi 1.0
4964
+ PerNotePitchBend = 96,// Aligned with Midi 2.0
4965
+ EndOfTrack = 47,// 0xFF _0x2F_ in Midi 1.0
4966
+ AlphaTabRest = 241,// SystemExclusive + 1
4967
+ AlphaTabMetronome = 242,// SystemExclusive + 2
4968
4968
  /**
4969
4969
  * @deprecated Not used anymore internally. move to the other concrete types.
4970
4970
  */
4971
- SystemExclusive = 240,
4971
+ SystemExclusive = 240,// Aligned with Midi 1.0
4972
4972
  /**
4973
4973
  * @deprecated Not used anymore internally. move to the other concrete types.
4974
4974
  */
4975
- SystemExclusive2 = 247,
4975
+ SystemExclusive2 = 247,// Aligned with Midi 1.0
4976
4976
  /**
4977
4977
  * @deprecated Not used anymore internally. move to the other concrete types.
4978
4978
  */
package/dist/alphaTab.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.848 (develop, build 848)
2
+ * alphaTab v1.3.0-alpha.849 (develop, build 849)
3
3
  *
4
4
  * Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1813,22 +1813,22 @@
1813
1813
  // known GP6 elements and variations, analyzed from a GPX test file
1814
1814
  // with all instruments inside manually aligned with the same names of articulations in GP7
1815
1815
  // [{articulation index}] // [{element number}] => {element name} ({variation[0]}, {variation[1]}, {variation[2]})
1816
- [35, 35, 35],
1817
- [38, 91, 37],
1818
- [99, 100, 99],
1819
- [56, 100, 56],
1820
- [102, 103, 102],
1821
- [43, 43, 43],
1822
- [45, 45, 45],
1823
- [47, 47, 47],
1824
- [48, 48, 48],
1825
- [50, 50, 50],
1826
- [42, 92, 46],
1827
- [44, 44, 44],
1828
- [57, 98, 57],
1829
- [49, 97, 49],
1830
- [55, 95, 55],
1831
- [51, 93, 127],
1816
+ [35, 35, 35], // [0] => Kick (hit, unused, unused)
1817
+ [38, 91, 37], // [1] => Snare (hit, rim shot, side stick)
1818
+ [99, 100, 99], // [2] => Cowbell low (hit, tip, unused)
1819
+ [56, 100, 56], // [3] => Cowbell medium (hit, tip, unused)
1820
+ [102, 103, 102], // [4] => Cowbell high (hit, tip, unused)
1821
+ [43, 43, 43], // [5] => Tom very low (hit, unused, unused)
1822
+ [45, 45, 45], // [6] => Tom low (hit, unused, unused)
1823
+ [47, 47, 47], // [7] => Tom medium (hit, unused, unused)
1824
+ [48, 48, 48], // [8] => Tom high (hit, unused, unused)
1825
+ [50, 50, 50], // [9] => Tom very high (hit, unused, unused)
1826
+ [42, 92, 46], // [10] => Hihat (closed, half, open)
1827
+ [44, 44, 44], // [11] => Pedal hihat (hit, unused, unused)
1828
+ [57, 98, 57], // [12] => Crash medium (hit, choke, unused)
1829
+ [49, 97, 49], // [13] => Crash high (hit, choke, unused)
1830
+ [55, 95, 55], // [14] => Splash (hit, choke, unused)
1831
+ [51, 93, 127], // [15] => Ride (middle, edge, bell)
1832
1832
  [52, 96, 52], // [16] => China (hit, choke, unused)
1833
1833
  ];
1834
1834
  /*
@@ -42321,8 +42321,8 @@
42321
42321
  // </auto-generated>
42322
42322
  class VersionInfo {
42323
42323
  }
42324
- VersionInfo.version = '1.3.0-alpha.848';
42325
- VersionInfo.date = '2023-12-04T01:25:15.893Z';
42324
+ VersionInfo.version = '1.3.0-alpha.849';
42325
+ VersionInfo.date = '2023-12-05T01:25:45.378Z';
42326
42326
 
42327
42327
  var index$5 = /*#__PURE__*/Object.freeze({
42328
42328
  __proto__: null,