We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa88e75 commit 01d2d65Copy full SHA for 01d2d65
2 files changed
index.js
@@ -108,7 +108,6 @@ RawClip.prototype.load = function(s) {
108
if (s.length < off + len) {
109
for (i = off; i < s.length; i++) a.push(_hex(s.charCodeAt(i)));
110
this._complain(off, 'Incomplete message', a.join(' '));
111
- // off += len;
112
break;
113
}
114
for (i = 0; i < len; i++) a.push(s.charCodeAt(off + i));
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "test-midi-files",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "A framework for producing test MIDI files",
5
"main": "index.js",
6
"scripts": {
0 commit comments