midi-play - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
midi-play (228B) | |
--- | |
1 #!/bin/sh | |
2 # read midi files as arguments and produces audio in .ogg format as stdo… | |
3 soundfont="${SOUNDFONT:-/home/annna/bin/modules/midi-media/soundfonts/ge… | |
4 fluidsynth -ni "$soundfont" -T oga -F - "$@" |