blob: 9e7f226cb62856f2510dc62a56b48ac69e330727 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# QMidiPlayer
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
* Playlists
* Editing synthesizer effects
* Rendering midi to wave file
* Visualization using SMELT (not implemented)
* MIDI mapping (experimental, 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...
|