Comparing version 2.0.3 to 2.0.4
@@ -110,4 +110,4 @@ const midi = require('midi'); | ||
const byteNumber = data.type; | ||
const value = data.value; | ||
const smpte = []; | ||
let value = data.value; | ||
let smpteMessageCounter = 0; | ||
@@ -114,0 +114,0 @@ let smpteType; |
{ | ||
"name": "easymidi", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Simple event-based MIDI messaging", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22509