@coderline/alphatab 1.3.0-alpha.135 → 1.3.0-alpha.136
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 +7 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +7 -4
- package/package.json +1 -1
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.136 (develop, build 136)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2021, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -6926,6 +6926,9 @@
|
|
|
6926
6926
|
break;
|
|
6927
6927
|
}
|
|
6928
6928
|
}
|
|
6929
|
+
isNoteText(txt) {
|
|
6930
|
+
return txt === 'x' || txt === '-' || txt === 'r';
|
|
6931
|
+
}
|
|
6929
6932
|
note(beat) {
|
|
6930
6933
|
// fret.string
|
|
6931
6934
|
let isDead = false;
|
|
@@ -7328,7 +7331,7 @@
|
|
|
7328
7331
|
let text = this._syData;
|
|
7329
7332
|
this._sy = this.newSy();
|
|
7330
7333
|
let marker = '';
|
|
7331
|
-
if (this._sy === AlphaTexSymbols.String) {
|
|
7334
|
+
if (this._sy === AlphaTexSymbols.String && !this.isNoteText(this._syData.toLowerCase())) {
|
|
7332
7335
|
marker = text;
|
|
7333
7336
|
text = this._syData;
|
|
7334
7337
|
this._sy = this.newSy();
|
|
@@ -40278,8 +40281,8 @@
|
|
|
40278
40281
|
// </auto-generated>
|
|
40279
40282
|
class VersionInfo {
|
|
40280
40283
|
}
|
|
40281
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40282
|
-
VersionInfo.date = '2021-11-
|
|
40284
|
+
VersionInfo.version = '1.3.0-alpha.136';
|
|
40285
|
+
VersionInfo.date = '2021-11-28T16:51:01.877Z';
|
|
40283
40286
|
|
|
40284
40287
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40285
40288
|
__proto__: null,
|