node-rtpmidi icon indicating copy to clipboard operation
node-rtpmidi copied to clipboard

Windows 10, success anyone?

Open TabSel opened this issue 9 years ago • 2 comments

I'm quite new to node.js. I'm using VS2015 with the node.js tools rc2

I npm'ed node-rtpmidi and tried to build the two optional dependencies, mdsn2 and avahi, but without success.

I'm able to session.connect to other sessions from within node.js, but the node-rtpMidi.sessions doesn't show up in neither Tobias erichsens rtmidi for windows nor Mac OS X audio-midi-network setup.

does anybody succeed in installing/building node-rtpmidi on Windows? If so, how?

Thanks

TabSel avatar Sep 14 '15 18:09 TabSel

Sorry, I didn't test it in Windows 10. I'm not sure if the mdns library even works in windows. You should be able to connect to the node session by entering the ip manually though.

jdachtera avatar Sep 15 '15 11:09 jdachtera

TabSel, have you seen this?

On Windows you are going to need Apples "Bonjour SDK for Windows". You can download it either >from Apple (registration required) or various unofficial sources. Take your pick. After installing the >SDK restart your shell or command prompt and make sure the BONJOUR_SDK_HOME environment >variable is set. You'll also need a compiler. Microsoft Visual Studio Express will do. On Windows node >>=0.7.9 is required.

https://github.com/agnat/node_mdns https://www.npmjs.com/package/mdns2

hardwaresoftwork avatar Sep 22 '15 14:09 hardwaresoftwork