Haxe/hxcpp @:native bindings for the RtMidi midi library
This is a linc library.
This library works with the Haxe cpp target only.
haxelib git linc_rtmidi https://github.com/keymaster-/linc_rtmidi.git
- Mac
- Linux
- Windows
See the tests
directory. Build with haxe build.hxml
and run the executable in the cpp
folder.
Linux
- Make surelibasound2-dev
is installed. This library has been tested on Ubuntu 14.04.3.- using
apt-get install libasound2-dev
or equivalent
- using