@coderline/alphatab 1.3.0-alpha.755 → 1.3.0-alpha.760
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.js +6 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +6 -4
- package/package.json +1 -1
package/dist/alphaTab.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.760 (develop, build 760)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -11190,6 +11190,7 @@ class GpifParser {
|
|
|
11190
11190
|
}
|
|
11191
11191
|
}
|
|
11192
11192
|
parseBarXProperties(node, bar) {
|
|
11193
|
+
var _a;
|
|
11193
11194
|
for (let c of node.childNodes) {
|
|
11194
11195
|
if (c.nodeType === XmlNodeType.Element) {
|
|
11195
11196
|
switch (c.localName) {
|
|
@@ -11197,7 +11198,8 @@ class GpifParser {
|
|
|
11197
11198
|
const id = c.getAttribute('id');
|
|
11198
11199
|
switch (id) {
|
|
11199
11200
|
case '1124139520':
|
|
11200
|
-
|
|
11201
|
+
const childNode = (_a = c.findChildElement('Double')) !== null && _a !== void 0 ? _a : c.findChildElement('Float');
|
|
11202
|
+
bar.displayScale = parseFloat(childNode.innerText);
|
|
11201
11203
|
break;
|
|
11202
11204
|
}
|
|
11203
11205
|
break;
|
|
@@ -41904,8 +41906,8 @@ class CoreSettings {
|
|
|
41904
41906
|
// </auto-generated>
|
|
41905
41907
|
class VersionInfo {
|
|
41906
41908
|
}
|
|
41907
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41908
|
-
VersionInfo.date = '2023-09-
|
|
41909
|
+
VersionInfo.version = '1.3.0-alpha.760';
|
|
41910
|
+
VersionInfo.date = '2023-09-10T01:23:07.413Z';
|
|
41909
41911
|
|
|
41910
41912
|
var index$4 = /*#__PURE__*/Object.freeze({
|
|
41911
41913
|
__proto__: null,
|