aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-06-22 11:26:48 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-06-22 11:26:48 +0800
commitb03133b80b268c74d1dd5c92e2af6907b51c91b2 (patch)
tree2700bf29cecd5ae89fd7d99e3d6acb88ebb44e61 /README.md
parenta97307ba6e625468a1d8ad1049e6d9db0ad42d4d (diff)
downloadQMidiPlayer-b03133b80b268c74d1dd5c92e2af6907b51c91b2.tar.xz
Minor bug fixes.
SMF reader finally takes chunk length into account. Do not prepend sysex header to F0h sysex. Let the readers do it. File readers code cleanups and refined error messages.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c7632a..aca9cca 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Features:
* Editing channel parameters on-the-fly
* Playlists
* Editing synthesizer effects
-* Rendering midi to wave file
-* Visualization using SMELT (highly experimental Windows version now available)
-* MIDI mapping (based on RtMidi)
+* 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.