Qt library with Qt c++ midi classes, using rtmidi.
These instructions will get you a copy of the project.
You need qt >= 6.1; See this link for more info
Download source archive and untar or clone with git :
$ git clone https://github.com/skankerror/Qmidi.git
Add Qmidi dir to your Qt source project dir, set cmake to use it. see INSTALL.MD for more info.
Feel free to contribute (or not)
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details
- Inspired and sometimes copied from this other QMidi.