KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lua-rtmidi
★ 11
Open GitHub ↗
Lua bindings for RtMidi
Download README (.md)
Explore Similar Repositories
amoy-filters
:
2d filters extension for pixi.js
tensorflow
:
tensorflow项目实战:21个项目玩转深度学习
GPS-Tracker
:
GPS tracker / send data over TTGO T-Call SIM800 GPRS
multicomplex
:
Multicomplex algebra
boom
:
Operator to deploy a defined toolsets into K8s, think paas but less lock-in
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lua-rtmidi
?
Download (.md)
# 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.