spessasynth_core 4.0.6 → 4.0.7

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/index.js CHANGED
@@ -15239,7 +15239,7 @@ var DownloadableSounds = class _DownloadableSounds extends DLSVerifier {
15239
15239
  consoleColors.recognized
15240
15240
  );
15241
15241
  const pgalData = aliasingChunk.data;
15242
- if (pgalData[0] === 2 && pgalData[1] + pgalData[2] + pgalData[3] === 0) {
15242
+ if (pgalData[0] !== 0 || pgalData[1] !== 1 || pgalData[2] !== 2 || pgalData[3] !== 3) {
15243
15243
  pgalData.currentIndex += 4;
15244
15244
  }
15245
15245
  const drumInstrument = dls.instruments.find(