Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "yjmidi", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "midi/yjk file parser/player", |
@@ -82,2 +82,3 @@ const MidiFileData = require('midifile'); | ||
}); | ||
if(!this.ports[port]) this.ports[port] = []; | ||
this.ports[port].push(track); | ||
@@ -84,0 +85,0 @@ endtimes.push(unsafe ? lastMidiEvent : playtick); |
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
58089
1147