/cocoa-midi-message-parser

Objective-C wrapper for the midi-message-parse library.

Primary LanguageObjective-C

cocoa-midi-message-parser

An Objective-C wrapper for the midi-message-parser C library to allow it to be used in the nativescript-midi NativeScript plugin.

Building

After you clone the repo, you must initialize the git submodule:

git submodule init
git submodule update

After that, you can build the project with XCode.