Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 382 Bytes

Midi client for macOS using CoreMIDI

How to run?

  1. Clone the repo:
git clone https://github.com/JohnKesko/MidiClient.git
  1. cd MidiClient
  2. make
  3. Play on your keyboard to see notes playing (no sound)

This is the bare minimum to handle MIDI on macOS. Because of that, we need to include both CoreMIDI and CoreFoundation during compilation.

See the makefile.