An open API service indexing awesome lists of open source software.

https://github.com/sbl/midipipe

play midi on the command line
https://github.com/sbl/midipipe

Last synced: 5 days ago
JSON representation

play midi on the command line

Awesome Lists containing this project

README

          

# midipipe

play midi files on the command line and send to available midi devices.

```sh

midipipe "yourfile.mid"

# or

cat "yourfile.mid" | midipipe
```