Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hertzdevil/lua-rtmidi
Lua bindings for RtMidi
https://github.com/hertzdevil/lua-rtmidi
lua midi
Last synced: 19 days ago
JSON representation
Lua bindings for RtMidi
- Host: GitHub
- URL: https://github.com/hertzdevil/lua-rtmidi
- Owner: HertzDevil
- License: bsd-2-clause
- Created: 2019-10-25T11:36:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T01:10:59.000Z (almost 3 years ago)
- Last Synced: 2023-02-28T11:23:22.345Z (over 1 year ago)
- Topics: lua, midi
- Language: C
- Size: 397 KB
- Stars: 7
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# lua-rtmidi
Lua bindings for [RtMidi](http://www.music.mcgill.ca/~gary/rtmidi/index.html).
[API documentation](./doc/index.md)
# Building
**lua-rtmidi** requires CMake 3.12 or above. Only tested on Windows.
```sh
$ 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.