@coderline/alphatab 1.3.0-alpha.374 → 1.3.0-alpha.375
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 -3
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +6 -3
- 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.375 (develop, build 375)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -3645,6 +3645,9 @@
|
|
|
3645
3645
|
let index = this.notes.indexOf(note);
|
|
3646
3646
|
if (index >= 0) {
|
|
3647
3647
|
this.notes.splice(index, 1);
|
|
3648
|
+
if (note.isStringed) {
|
|
3649
|
+
this.noteStringLookup.delete(note.string);
|
|
3650
|
+
}
|
|
3648
3651
|
}
|
|
3649
3652
|
}
|
|
3650
3653
|
getAutomation(type) {
|
|
@@ -41111,8 +41114,8 @@
|
|
|
41111
41114
|
// </auto-generated>
|
|
41112
41115
|
class VersionInfo {
|
|
41113
41116
|
}
|
|
41114
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41115
|
-
VersionInfo.date = '2022-08-
|
|
41117
|
+
VersionInfo.version = '1.3.0-alpha.375';
|
|
41118
|
+
VersionInfo.date = '2022-08-29T00:57:33.607Z';
|
|
41116
41119
|
|
|
41117
41120
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
41118
41121
|
__proto__: null,
|