You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. I can't send a note on message successfully. Here is my code:
var midi = require('midi'); var output = new midi.output(); //console.log(output.getPortName(1)); output.openPort(2); output.sendMessage([144,69,127]); output.closePort();
It results in a Control Change on channel 16, regardless of the values I use. Can anybody help me?
Thank you!
The text was updated successfully, but these errors were encountered:
Hey there. I can't send a note on message successfully. Here is my code:
var midi = require('midi'); var output = new midi.output(); //console.log(output.getPortName(1)); output.openPort(2); output.sendMessage([144,69,127]); output.closePort();
It results in a Control Change on channel 16, regardless of the values I use. Can anybody help me?
Thank you!
The text was updated successfully, but these errors were encountered: