Celeb Glow
updates | March 26, 2026

Is there a GUI program for editing MIDI files on Ubuntu?

Are there any GUI programs available on Ubuntu that can be used to edit MIDI files?

3 Answers

MuseScore can edit MIDI files. MuseScore is already available in the Universe repositories, so you can install it with

sudo apt install musescore

However, the Universe often contains outdated versions of programs. If you want to have the latest version, you can add the MuseScore PPA:

sudo add-apt-repository ppa:mscore-ubuntu/mscore-stable
sudo apt-get update
sudo apt-get install musescore

The PPA works with all versions of Ubuntu 16.04 and above.

Update: the musescore package no longer exists in Ubuntu 20.04. However, the similarly-named musecore3 package looks like it's more-or-less the same thing. Therefore:

sudo apt install musescore3

I don't know if there are any PPAs for Ubuntu 20.04, but I suspect you could install a SNAP package or a FlatPak package.

4

You may look at:

Also on the Audacity wiki page it's said that the MIDI support in Audacity is buggy, but there is a list of tools for working with MIDI provided:

  • Musescore (Cross-platform, Open Source)
  • Tuxguitar (Cross-platform, Open Source)
  • Rosegarden (Linux, Open Source)
  • Anthem (Linux, Open Source, requires KDE)
  • Red Dot Forever - very simple Windows program that just records to a MIDI file
  • Other free Windows/Linux programs
    • abcmidi - abc2midi converts abc notation to midi and midi2abc converts midi to abc notation (Cross-platform, Open Source)
    • midicomp - converts midi to text file and back again (Cross-platform, Open Source)
  • Not linux
    • Finale Notepad (Windows and Mac OS X)
    • Anvil Studio (Windows) (free version is feature-limited)
    • MU.LAB (Windows and Mac OS X) (free version is feature-limited)
    • Melody Assistant (Windows and Mac OS X) (free version is feature-limited)

List taken from

1

I used LMMS to edit MIDI files, it was easy to use unlike other tools because you can see the notes positions on a virtual keyboard. You can delete, move or add notes. It is also possible to delete or move several notes at once with the selection tool.

There is also a list of other tools here:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy