diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-09-10 23:55:48 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-09-10 23:55:48 +0800 |
commit | aec5e972e8968255e8843eb22314b96a8f23b041 (patch) | |
tree | 55990275b78a10188f7ec08436e748cc01461a91 /INSTALL.md | |
parent | 1e0c10a001c61d27b210ae87652be849cbd5bcfe (diff) | |
download | QMidiPlayer-aec5e972e8968255e8843eb22314b96a8f23b041.tar.xz |
We refactorin', eh? Hell yeah.
(Almost) Completely rewritten qmpChannelsWindow, one of the oldest
component, now with a dedicated data model.
Removed dumb design (CMidiPlayer::getChstates).
Now QMidiPlayer requires C++14 to build.
More refactoring like this coming up soon.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Dependencies: > libfluidsynth 2.x, Qt5, Qt quick controls(lite version) and RtMidi. -C++11 is _required_ to build the project. +C++14 is _required_ to build the project. To build the default visualization plugin, you need the latest SMELT library (along with all its dependencies), which can be found |