Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 836 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 836 Bytes

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:

  • Linting and code standards
  • [] Setup testing
  • Migrate local implementation of log() to the debug module
  • [] Migrate to class syntax
  • [] Better setup documentation / cross-platform handling
  • [] Review mdns