How to connect Mac OSX MIDI using node.js?

I tried this one , but not a cube. I want to receive MIDI messages on the node.js server, nothing more, nothing more. Does anyone have an easy (ish) way to do this?

+4
source share
2 answers

https://npmjs.org/package/midi works quite well. I made a MIDI OSC bridge with node, which I clicked here: http://github.com/pwhelan/node-midiosc-bridge .

+1
source

Source: https://habr.com/ru/post/1379589/


All Articles