notes/BASH play midi using selected synth-6pJ3Wuch.sh
#install a synthisizer

sudo apt install amsynth

#list available ports (hardware and software)
pmidi -l

#use list of ports to play midi through

pmidi -p 128:0 file.mid

syntax highlighted by Code2HTML, v. 0.9.1