Page 1 of 1

MIDI Controllers and Löve

Posted: Sat Dec 22, 2018 5:28 pm
by jeffmikels
Working with the LÖVE engine is just so much fun, I'd like to build a music app with it.

Currently, I'm looking for a way of using MIDI controllers as an input device. I found the lovemidi library, but it won't compile on Mac OS. I have found luamidi, but it won't work with LuaJIT.

Is there some way to capture cross-platform MIDI input in Löve?

Re: MIDI Controllers and Löve

Posted: Sat Dec 22, 2018 7:19 pm
by zorg
Not sure myself, but i'd also be interested in such a thing, since i'm also making a composing software with löve.