aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-22 21:06:51 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-22 21:06:51 +0800
commit446263beafeafa831530a6f9711aa891955b7db3 (patch)
tree00e9d55274580d413e6d88747d8fe7893cd69ac2 /README.md
parent7457599cb1bbf1d28b4b29bc12d07801b37ad410 (diff)
downloadQMidiPlayer-446263beafeafa831530a6f9711aa891955b7db3.tar.xz
First stable version!0.7.2-5
Remove visualization stub. Complain explicitly if an invalid file is loaded. Remove fluidsynth warnings from stderr.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9e7f226..05de0e8 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@ A cross-platform midi file player based on libfluidsynth and Qt.
[Project homepage](https://chrisoft.org/QMidiPlayer/)
-Now it's in beta stage. Crashes and hangs may still occur, run with gdb attatched if you could.
-
Features:
* Channel mute/solo
* Editing channel parameters on-the-fly
@@ -12,8 +10,9 @@ Features:
* Editing synthesizer effects
* Rendering midi to wave file
* Visualization using SMELT (not implemented)
-* MIDI mapping (experimental, based on RtMidi)
+* MIDI mapping (based on RtMidi)
Tested on Debian sid and Windows Vista~10.
-A QML version is now in construction. The whole project is now being overhauled...
+A QML version is now in construction. It's only a technology preview and
+should not be used for non-testing purpose.