Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 977 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 977 Bytes

QMidi

Qt library with Qt c++ midi classes, using rtmidi.

Getting Started

These instructions will get you a copy of the project.

Prerequisites

You need qt >= 6.1; See this link for more info

Getting the sources

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.

Used Library

Contributing

Feel free to contribute (or not)

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details

Acknowledgments

  • Inspired and sometimes copied from this other QMidi.