Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osch/lua-lrtmidi
Lua binding for RtMidi
https://github.com/osch/lua-lrtmidi
linux-audio lua-audio lua-binding lua-library lua-midi midi rtmidi
Last synced: 4 days ago
JSON representation
Lua binding for RtMidi
- Host: GitHub
- URL: https://github.com/osch/lua-lrtmidi
- Owner: osch
- License: mit
- Created: 2022-07-19T07:50:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T14:28:18.000Z (about 1 year ago)
- Last Synced: 2024-11-17T01:12:32.309Z (2 months ago)
- Topics: linux-audio, lua-audio, lua-binding, lua-library, lua-midi, midi, rtmidi
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-lrtmidi
[![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
[![build status](https://github.com/osch/lua-lrtmidi/workflows/build/badge.svg)](https://github.com/osch/lua-lrtmidi/actions/workflows/build.yml)
[![Install](https://img.shields.io/badge/Install-LuaRocks-brightgreen.svg)](https://luarocks.org/modules/osch/lrtmidi)Lua binding for [RtMidi].
This binding enables [Lua] scripting code to use [RtMidi] *MidiIn* and *MidiOut* objects
for connecting to [MIDI] ports and to send or receive [MIDI] event data.[RtMidi]: https://github.com/thestk/rtmidi
[Lua]: https://www.lua.org
[MIDI]: https://www.midi.org/#### Further reading:
* [Documentation](./doc/README.md#lrtmidi-documentation)
* [Examples](./examples/README.md#lrtmidi-examples)