4

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?

Raphie
  • 153
  • 1
  • 5

2 Answers2

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