lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 2019-07-09 at 22:29 +0100, Mario Buoninfante wrote:
> Is anyone aware of any MIDI modules compatible with Lua5.3?
> The only 2  MIDI modules I've found are:
> Cheers,
> Mario

One I used: https://www.pjb.com.au/comp/lua/MIDI.html. It's done in
pure Lua, compatible with Lua 5.3 and can be installed via luarocks
with

> luarocks install midi

Another option I know is https://github.com/PedroAlvesV/LuaMidi (pure
Lua as wel), but I'm not aware of its Lua 5.3 compatiblity. It is known
as `luamidi` in luarocks.

Hope this helps!

-- 
v <v19930312@gmail.com>