@coderline/alphatab 1.8.0-alpha.1653 → 1.8.0-alpha.1655

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.8.0-alpha.1653 (develop, build 1653)
2
+ * alphaTab v1.8.0-alpha.1655 (develop, build 1655)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -203,9 +203,9 @@ class AlphaTabError extends Error {
203
203
  * @internal
204
204
  */
205
205
  class VersionInfo {
206
- static version = '1.8.0-alpha.1653';
207
- static date = '2025-12-23T02:21:29.054Z';
208
- static commit = 'b85546e1908f06f3bd049e35e881c4856fb92846';
206
+ static version = '1.8.0-alpha.1655';
207
+ static date = '2025-12-25T02:22:04.374Z';
208
+ static commit = '719d55b856b6456b435161113488fec43ea63fb8';
209
209
  static print(print) {
210
210
  print(`alphaTab ${VersionInfo.version}`);
211
211
  print(`commit: ${VersionInfo.commit}`);
@@ -77172,7 +77172,7 @@ class GpifWriter {
77172
77172
  // Only the simple pitched element for normal instruments
77173
77173
  const elements = instrumentSet.addElement('Elements');
77174
77174
  const element = elements.addElement('Element');
77175
- element.addElement('Pitched').innerText = 'Pitched';
77175
+ element.addElement('Name').innerText = 'Pitched';
77176
77176
  element.addElement('Type').innerText = 'pitched';
77177
77177
  element.addElement('SoundbankName').innerText = '';
77178
77178
  const articulations = element.addElement('Articulations');
package/dist/alphaTab.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.8.0-alpha.1653 (develop, build 1653)
2
+ * alphaTab v1.8.0-alpha.1655 (develop, build 1655)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -209,9 +209,9 @@
209
209
  * @internal
210
210
  */
211
211
  class VersionInfo {
212
- static version = '1.8.0-alpha.1653';
213
- static date = '2025-12-23T02:21:29.054Z';
214
- static commit = 'b85546e1908f06f3bd049e35e881c4856fb92846';
212
+ static version = '1.8.0-alpha.1655';
213
+ static date = '2025-12-25T02:22:04.374Z';
214
+ static commit = '719d55b856b6456b435161113488fec43ea63fb8';
215
215
  static print(print) {
216
216
  print(`alphaTab ${VersionInfo.version}`);
217
217
  print(`commit: ${VersionInfo.commit}`);
@@ -77178,7 +77178,7 @@
77178
77178
  // Only the simple pitched element for normal instruments
77179
77179
  const elements = instrumentSet.addElement('Elements');
77180
77180
  const element = elements.addElement('Element');
77181
- element.addElement('Pitched').innerText = 'Pitched';
77181
+ element.addElement('Name').innerText = 'Pitched';
77182
77182
  element.addElement('Type').innerText = 'pitched';
77183
77183
  element.addElement('SoundbankName').innerText = '';
77184
77184
  const articulations = element.addElement('Articulations');