Skip to content

HertzDevil/lua-rtmidi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages