DeltaRazero / lua-rtmidi

Lua bindings for RtMidi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-rtmidi

Lua bindings for RtMidi.

API documentation

Building

lua-rtmidi requires CMake 3.12 or above. Only tested on Windows.

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build . --target lua-rtmidi53

Targets lua-rtmidi51 and lua-rtmidi52 are also available, which build the bindings for Lua 5.1 and 5.2 instead.

Copyright

lua-rtmidi is licensed under the 2-clause BSD License.

About

Lua bindings for RtMidi

License:BSD 2-Clause "Simplified" License


Languages

Language:C 84.0%Language:C++ 15.5%Language:Makefile 0.3%Language:CMake 0.2%