Skip to content

Instantly share code, notes, and snippets.

@pyreta
Last active September 8, 2020 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyreta/91cbb85ca268fd1170254eacb9537515 to your computer and use it in GitHub Desktop.
Save pyreta/91cbb85ca268fd1170254eacb9537515 to your computer and use it in GitHub Desktop.

Setup

Add a virtual MIDI device on your Mac

To your DAW, there is no difference between our keyboard program and a regular MIDI keyboard. We need to create a 'virtual' MIDI device that out program can use to send the MIDI to your DAW. This only needs to be done once.

  1. Spotlight search 'midi' and choose Audio MIDI Setup

screen shot 2018-05-04 at 8 39 16 am

  1. Choose Show MIDI Studio from Window menu

screen shot 2018-05-04 at 8 40 00 am

  1. Double click the red box that says IAC

screen shot 2018-05-04 at 8 40 20 am

  1. Check Device is online box, and add a bus and name it.

virtualmididevice

Our program should now connect to the first available MIDI input.
If you have any issues, email me at louis@codemusic.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment