Midi library for Qt (Windows)
-
wrote on 23 Feb 2018, 21:14 last edited by
Hi everybody,
I'm new to Qt and I'm searching a library to deal with Midi ports.
I need to read from midi ports, and write to. No need for midi files support.
The target will be Windows 7/10.Does someone know of a library, documented and currently maintained ?
Thanks for helping.
-
Hi and welcome to devnet,
Do you mean something like the QMidi project ?
-
wrote on 23 Feb 2018, 21:28 last edited by Jadawin
Hi,
Thanks for your reply.
I had a look at QMidi before posting. It seems only midi outputs are available. Maybe I'm wrong ?I need to read incoming midi midi events .
-
wrote on 24 Feb 2018, 02:31 last edited by
MIDI development on Windows is reasonably easy since it's well documented.
You can check it yourself (if you have not already done so) here. -
wrote on 24 Feb 2018, 12:39 last edited by
Maybe I'll be doing this way, calling Win32 API directly.
I'll check if RtMidi may be of any help before getting started.
Thanks for the link.
1/5