Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 576 Bytes

ws-midi

Send MIDI using WebSocket communication

Animated image of two terminals demonstrating the usage of ws-midi

Usage

  • Clone the repo
  • yarn
  • yarn start
  • You'll need to port-forward/open 5006 on your router
  • Start the receiver first
  • When it asks for an IP, that's your WAN IP (search "what's my IP" on Google)
  • The receiver will have a virtual MIDI device called "ws-midi" to use in MIDI-capable apps

Requirements

  • node.js
  • yarn