Ubuntu midi 播放
One of the simplest methods to play a midi file in Ubuntu is to install timidity.
sudo apt-get install timidity timidity-interfaces-extra
You can play a midi file directly from the command timidity followed by the file name. For example,
timidity awesometune.mid
Or, if you want a GUI, you can simply type
timidity -ig
and an old-fashioned window will pop up.