QMidiPlayer is a free and open source midi file player for Linux, Windows and MacOS. It is based on libfluidsynth and Qt and released under GNU General Public License v3.0. It comes with channel mute, editing channel parameters and synthesizer effects, playlists support, export midi to wave file, visualization, MIDI mapping and plugin support and many more.
How to Install QMidiPlayer on Ubuntu
QMidiPlayer is available as a flatpak package file from the remote flathub. If you don’t have then first install flatpak and flathub on your system and restart it.
How to install flatpak and flathub
After the installation, open the terminal application (ctrl+alt+t) and and run below QMidiPlayer flatpak install command.
flatpak install flathub org.chrisoft.qmidiplayer
It will install the latest QMidiPlayer on your system. You can open it using below command.
flatpak run org.chrisoft.qmidiplayer
And also uninstall QMidiPlayer using below commands.
flatpak uninstall org.chrisoft.qmidiplayer
[OR]
sudo flatpak uninstall org.chrisoft.qmidiplayer
Install QMidiPlayer via DEB:
Download the latest QMidiPlayer in .deb package file from the below link and save it on your Downloads folder.
Download QMidiPlayer for Linux
In the terminal run below command to install it.
sudo apt install ./Downloads/qmidiplayer_0.8.5-1_amd64.deb
Here “qmidiplayer_0.8.5-1_amd64.deb” is the downloaded file name.