I tried this, but no dice. I want to be able to receive MIDI messages in a node.js server, nothing more, nothing less. Does anyone have an easy(ish) way to do this?
Asked
Active
Viewed 1,432 times
2 Answers
1
https://npmjs.org/package/midi works quite well. I made a MIDI to OSC bridge with node that I pushed here: http://github.com/pwhelan/node-midiosc-bridge.

Phillip Whelan
- 1,697
- 2
- 17
- 28
1
you need this https://github.com/thomasjachmann/portmidi or look at his example https://github.com/hanshuebner/midivent

frank
- 81
- 7