You are reading a single comment by @ClearMemory041063 and its replies. Click here to read the full conversation.
  • 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.

About