Skip to content

JohnKesko/MidiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. Run the app: ./midiapp
  4. Play on your midi keyboard to see notes playing (no sound though)

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.

About

Handling MIDI 1.0 in macOS using CoreMIDI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published