@coderline/alphatab 1.3.0-alpha.598 → 1.3.0-alpha.606
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 +9 -5
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +9 -5
- package/package.json +2 -2
package/dist/alphaTab.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.606 (develop, build 606)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -17719,7 +17719,7 @@ class AlphaSynth {
|
|
|
17719
17719
|
checkForFinish() {
|
|
17720
17720
|
let startTick = 0;
|
|
17721
17721
|
let endTick = 0;
|
|
17722
|
-
if (this.playbackRange) {
|
|
17722
|
+
if (this.playbackRange && this._sequencer.isPlayingMain) {
|
|
17723
17723
|
startTick = this.playbackRange.startTick;
|
|
17724
17724
|
endTick = this.playbackRange.endTick;
|
|
17725
17725
|
}
|
|
@@ -27089,7 +27089,11 @@ class BrowserUiFacade {
|
|
|
27089
27089
|
// missing result or result not matching layout -> request render
|
|
27090
27090
|
if (placeholder.renderedResultId !== placeholder.layoutResultId) {
|
|
27091
27091
|
if (this._resultIdToElementLookup.has(placeholder.layoutResultId)) {
|
|
27092
|
-
|
|
27092
|
+
if (placeholder.resultState !== ResultState.RenderRequested) {
|
|
27093
|
+
Logger.warning('Rendering', 'Outside Request render of lazy partial ' + placeholder.layoutResultId);
|
|
27094
|
+
placeholder.resultState = ResultState.RenderRequested;
|
|
27095
|
+
this._api.renderer.renderResult(placeholder.layoutResultId);
|
|
27096
|
+
}
|
|
27093
27097
|
}
|
|
27094
27098
|
else {
|
|
27095
27099
|
htmlElement.replaceChildren();
|
|
@@ -41390,8 +41394,8 @@ class CoreSettings {
|
|
|
41390
41394
|
// </auto-generated>
|
|
41391
41395
|
class VersionInfo {
|
|
41392
41396
|
}
|
|
41393
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41394
|
-
VersionInfo.date = '2023-04-
|
|
41397
|
+
VersionInfo.version = '1.3.0-alpha.606';
|
|
41398
|
+
VersionInfo.date = '2023-04-12T01:38:03.130Z';
|
|
41395
41399
|
|
|
41396
41400
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
41397
41401
|
__proto__: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderline/alphatab",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.606",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"karma-rollup-preprocessor": "^7.0.8",
|
|
69
69
|
"karma-spec-reporter": "0.0.36",
|
|
70
70
|
"multer": "^1.4.5-lts.1",
|
|
71
|
-
"rimraf": "^
|
|
71
|
+
"rimraf": "^5.0.0",
|
|
72
72
|
"rollup": "^2.75.1",
|
|
73
73
|
"rollup-plugin-copy": "^3.4.0",
|
|
74
74
|
"rollup-plugin-dts": "^4.2.2",
|