# Arch sudo pacman -S timidity++
# Convert MIDI file to MP3 timidity "$1" -Ow -o - | ffmpeg -i - -acodec libmp3lame -ab 64k "_mid2.mp3"