diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-09-13 00:52:25 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-09-13 00:52:25 +0800 |
commit | 9fecb429a37bcaa577aaa972139f6db3ce17ac50 (patch) | |
tree | 046a2a47b6e5aa67ad65121387781a4ea191210c /README.md | |
parent | aec5e972e8968255e8843eb22314b96a8f23b041 (diff) | |
download | QMidiPlayer-9fecb429a37bcaa577aaa972139f6db3ce17ac50.tar.xz |
CMake. It's happening.
Added a new build system based on CMake.
Minor code cleanups.
This probably breaks building with QMake on multiple
platforms. And of course the new CMake support isn't tested
thoroughly. But it's finally happening.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4,14 +4,14 @@ A cross-platform midi file player based on libfluidsynth and Qt. [Project homepage](https://chrisoft.org/QMidiPlayer/) Features: -* Channel mute/solo -* Editing channel parameters on-the-fly -* Playlists -* Editing synthesizer effects -* Rendering midi to wave file (currently fluidsynth only) -* Visualization using SMELT (experimental Windows version now available) -* MIDI mapping (RtMidi and plugins) -* Plugin interface for extending the player easily +- Channel mute/solo +- Editing channel parameters on-the-fly +- Playlists +- Editing synthesizer effects +- Rendering midi to wave file (currently fluidsynth only) +- Visualization using SMELT (experimental Windows version now available) +- MIDI mapping (RtMidi and plugins) +- Plugin interface for extending the player easily Tested on Debian sid and Windows Vista~10. |