node-rtpmidi
node-rtpmidi copied to clipboard
A node js implementation of Apples Network Midi Protocol.
Node RTP Midi
This is a node js implementation of Apples Network Midi Protocol aka RTP Midi. It can act as both a session initiator and session listener. I can also detect remote sessions via bonjour/mdns. The recovery journal is not supported at the moment.
Examples:
TODO:
- [x] Linting and code standards
- [] Setup testing
- [x] Migrate local implementation of log() to the debug module
- [] Migrate to class syntax
- [] Better setup documentation / cross-platform handling
- [] Review mdns