MIDINO is a Linux CLI MIDI player for MIDI sound modules, like the Roland Sound Canvas and the Yamaha MU-series.
Download the latest binary from the release page
In the terminal run
./midino -l
to list the available output MIDI devices and their IDs.
./midino <device-id> <midi-file/playlist>
to play the selected midi file or a playlist.
If you want to be able to call midino from anywhere move the binary to the /usr/bin/
directory.
sudo cp midino /usr/bin/midino
In order to make a playlist create a plain text file with one midi file per line using absolute paths to the files.
Have GoLang installed and configured in your local environment. More information can be found here.
sudo apt install libportmidi-dev