-
Notifications
You must be signed in to change notification settings - Fork 12
Developer MIDI Setup
mike w edited this page Sep 16, 2018
·
3 revisions
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.
![midi-setup](https://user-images.githubusercontent.com/390829/45602143-dd3a4400-b9e6-11e8-9542-41d51e15e2a6.png)
- 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.
![screen shot 2018-09-16 at 7 33 24 pm](https://user-images.githubusercontent.com/390829/45602172-65204e00-b9e7-11e8-954b-5cfa6f40686d.png)
- 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!