A better explanation of MIDI code:
Midi Code
Suggest that
exports.send = function(channel, controller, value)
be changed to
exports.send = function(cmd,channel, controller, value)
where cmd is the upper nibble and channel is the lower nibble of one byte.
@ClearMemory041063 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
A better explanation of MIDI code:
Midi Code
Suggest that
be changed to
where cmd is the upper nibble and channel is the lower nibble of one byte.