@coderline/alphatab 1.3.0-alpha.873 → 1.3.0-alpha.874

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.873 (develop, build 873)
2
+ * alphaTab v1.3.0-alpha.874 (develop, build 874)
3
3
  *
4
4
  * Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -21791,7 +21791,7 @@
21791
21791
  this.checkReadyForPlayback();
21792
21792
  });
21793
21793
  this.output.sampleRequest.on(() => {
21794
- if (!this._sequencer.isFinished) {
21794
+ if (this.state == PlayerState.Playing && !this._sequencer.isFinished) {
21795
21795
  let samples = new Float32Array(SynthConstants.MicroBufferSize * SynthConstants.MicroBufferCount * SynthConstants.AudioChannels);
21796
21796
  let bufferPos = 0;
21797
21797
  for (let i = 0; i < SynthConstants.MicroBufferCount; i++) {
@@ -42799,8 +42799,8 @@
42799
42799
  // </auto-generated>
42800
42800
  class VersionInfo {
42801
42801
  }
42802
- VersionInfo.version = '1.3.0-alpha.873';
42803
- VersionInfo.date = '2023-12-29T01:13:10.298Z';
42802
+ VersionInfo.version = '1.3.0-alpha.874';
42803
+ VersionInfo.date = '2023-12-30T01:20:54.980Z';
42804
42804
 
42805
42805
  var index$5 = /*#__PURE__*/Object.freeze({
42806
42806
  __proto__: null,