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
- Host: GitHub
- URL: https://github.com/sbl/midipipe
- Owner: sbl
- License: mit
- Created: 2023-06-13T09:47:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T09:48:52.000Z (about 3 years ago)
- Last Synced: 2025-02-25T19:42:55.406Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```