Skip to content

MIDINO is a Linux CLI MIDI player for MIDI sound modules, like the Roland Sound Canvas and the Yamaha MU-series.

License

Notifications You must be signed in to change notification settings

ncirocco/midino

Repository files navigation

MIDINO player

MIDINO is a Linux CLI MIDI player for MIDI sound modules, like the Roland Sound Canvas and the Yamaha MU-series.

Midino

Download and run

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

Playlist

In order to make a playlist create a plain text file with one midi file per line using absolute paths to the files.

Development requirements

Have GoLang installed and configured in your local environment. More information can be found here.

libportmidi-dev

sudo apt install libportmidi-dev

About

MIDINO is a Linux CLI MIDI player for MIDI sound modules, like the Roland Sound Canvas and the Yamaha MU-series.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published