Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Sep 20, 2023
1 parent 7428f3c commit 7d03b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/JZZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7d03b9b

Please sign in to comment.