Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncirocco authored Aug 22, 2020
1 parent 36f30cd commit 3d6bb9b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@
## Download and run
Download the latest binary from the [release page](https://github.com/ncirocco/midino/releases)

In the terminal run `./midino midi-file.mid`.
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](https://golang.org/doc/install).

### libportmidi-dev
`apt install libportmidi-dev`
`sudo apt install libportmidi-dev`

0 comments on commit 3d6bb9b

Please sign in to comment.