Re: [LAU] Command-line midi player with fast forward, pause, rewind?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ken Restivo <ken@...>
Cc: <linux-audio-user@...>
Date: Friday, August 28, 2009 - 11:51 am

On Thu, Aug 27, 2009 at 11:06:51PM -0700, Ken Restivo wrote:

Maybe you can pipe the output of timidity to mplayer. If it doesn't work in a pipe you can write a shell script to write it to a temporary file then play it in mplayer. The script would look something like:

timidity -Ow $1
mplayer `basename $1 .mid`.wav
rm `basename $1 .mid`.wav

This above script will only work if the file is .mid I think though.

Jeremiah

>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [LAU] Command-line midi player with fast forward, pause,..., Alexandre Ratchov, (Fri Aug 28, 1:12 pm)
Re: [LAU] Command-line midi player with fast forward, pause,..., Alexandre Ratchov, (Mon Sep 7, 10:59 am)
Re: [LAU] Command-line midi player with fast forward, pause,..., Jeremiah Benham, (Fri Aug 28, 11:51 am)