Developer MIDI Setup - mik3y/pymidi GitHub Wiki
Here's how to connect a MIDI device to the demo server, on Mac OS X.
- Open the program Apple MIDI Setup.
- Open MIDI Studio from the Window menu, if it is not already showing.
- Double-click on the Network icon.
- Under Directory, click the plus sign to add a new host.
- Set host to
127.0.0.1
, port to5051
, and name to anything you want, likelocal
; and clickOK
. - You should now see your host in the Directory pane. Click the checkbox to enable it.
- Start the demo server. In the network window, single click on the
local
device and clickConnect
. - Now you can plug in any MIDI USB device, like a keyboard. In the bottom right corner, under Live Routings, find your keyboard and select it in the first (outgoing) drop down.
You should now see notes in the debug console!