Drumstick Multiplatform MIDI File Player

  • Post last modified:July 23, 2021
  • Post category:Linux
  • Post author:

Dmidiplayer or Drumstick multiplatform MIDI file player is a free and open source MIDI player for Linux, Windows, and macOS. It supports MIDI Output to hardware MIDI ports and soft synths. In this app you can change MIDI volume level using MIDI CC7 and scale song speed between half and double tempo. It also comes with seperate channel views for Lyrics and Piano Player. This player supports MID/KAR and WRK file formats and -12 and +12 semitones for song transpose. It is released under GNU General Public License version 3.0 (GPLv3).

Dmidiplayer or Drumstick multiplatform MIDI file player is a free and open source MIDI player for Linux, Windows, and macOS. It supports MIDI Output to hardware MIDI ports and soft synths. In this app you can change MIDI volume level using MIDI CC7 and scale song speed between half and double tempo. It also comes with seperate channel views for Lyrics and Piano Player. This player supports MID/KAR and WRK file formats and -12 and +12 semitones for song transpose. It is released under GNU General Public License version 3.0 (GPLv3).  Install dmidiplayer Drumstick Multiplatform MIDI File Player on Ubuntu Linux  Dmidiplayer is available as a portable AppImage and flatpak package file. Download Drumstick Multiplatform MIDI File Player from the below download link and save it on your Downloads folder. Here the downloaded file name is "dmidiplayer-1.4.0-linux-x86_64.AppImage". You can change the below commands based on your downloaded file name.  Download dmidiplayer https://sourceforge.net/projects/dmidiplayer/files/  Open the terminal app (ctrl+alt+t) and run below commands.  <pre class="qoate-code">cd Downloads</pre> <pre class="qoate-code">sudo chmod +x ~ dmidiplayer-1.4.0-linux-x86_64.AppImage</pre> <pre class="qoate-code">./dmidiplayer-1.4.0-linux-x86_64.AppImage</pre>  Install dmidiplayer via Fltpak:  First you need to install flatpak and flathub on your Linux system and restart your system after the installation. Then open terminal command-line app and run below command to  install dmidiplayer flatpak app. <pre class="qoate-code">flatpak install flathub net.sourceforge.dmidiplayer</pre>  You can run this app using below command.  <pre class="qoate-code">flatpak run net.sourceforge.dmidiplayer</pre>  You can uninstall thia via  <pre class="qoate-code">sudo flatpak uninstall net.sourceforge.dmidiplayer</pre>  That's all.

(more…)

Continue ReadingDrumstick Multiplatform MIDI File Player