diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-07-01 22:33:53 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-07-01 22:33:53 +0800 |
commit | cd8432e47e1e9b332f2d5682ce4c796a94a29de8 (patch) | |
tree | 9091d98efe995bcd11439115200f02d3083c07be /INSTALL.md | |
parent | eb82292b5d8818a5ef1a0c92e35390bd4e22674e (diff) | |
download | QMidiPlayer-cd8432e47e1e9b332f2d5682ce4c796a94a29de8.tar.xz |
Actually send initialization sequence to external devices.
Replace hardcoded initial CC values with values from device property API.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,10 +3,9 @@ Use qmake or Qt Creator. Dependencies: -> libfluidsynth 1.1.4+, Qt5, Qt5 Qt quick controls(lite version) and RtMidi. +> libfluidsynth 2.x, Qt5, Qt quick controls(lite version) and RtMidi. -C++11 is _required_ to build the project. Qt4 will not work without -several tweaks. +C++11 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 |