2413-to-3812
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -106,3 +106,2 @@ "use strict"; | ||
while (!this._data.eod) { | ||
this._detectNewLoopOffset(); | ||
var d = this._data.readByte(); | ||
@@ -167,2 +166,3 @@ if (d == 0x67) { | ||
} | ||
this._detectNewLoopOffset(); | ||
} | ||
@@ -169,0 +169,0 @@ return this._buildVGM(); |
{ | ||
"name": "2413-to-3812", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "VGM converter from OPLL to OPL", | ||
@@ -5,0 +5,0 @@ "bin": "dist/cmd.js", |
@@ -126,3 +126,2 @@ import VGM from "./vgm"; | ||
while (!this._data.eod) { | ||
this._detectNewLoopOffset(); | ||
const d = this._data.readByte(); | ||
@@ -172,2 +171,3 @@ if (d == 0x67) { | ||
} | ||
this._detectNewLoopOffset(); | ||
} | ||
@@ -174,0 +174,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package