From 7d03b9b00ef8e0bdca086dfda4efa9f852c8fb5d Mon Sep 17 00:00:00 2001 From: Sema Date: Tue, 19 Sep 2023 23:16:17 -0400 Subject: [PATCH] Minor fix --- javascript/JZZ.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/JZZ.js b/javascript/JZZ.js index 30a03ee..3dbf743 100644 --- a/javascript/JZZ.js +++ b/javascript/JZZ.js @@ -406,7 +406,7 @@ _M.prototype._receive = function(msg) { this._emit(this._filter(msg)); }; function _receive(msg) { if (!this._bad) this._receive(msg); } _M.prototype.send = function() { - this._push(_receive, [MIDI.apply(null, arguments)]); + this._push(_receive, [_midi.apply(null, arguments)]); return this._thenable(); }; _M.prototype.note = function(c, n, v, t) {