Re: playing midi with timiditySOLVED

2005-10-03 Thread Henrique de Moraes Holschuh
On Mon, 03 Oct 2005, Joe Mc Cool wrote: > then > timidity /tmp/sweetness.of.mary.mid > -su: /usr/local/bin/timidity: No such file or directory which timidity If it doesn't return /usr/bin/timidity, you have some left-over crap in your system (and NOT from any Debian timidity package)

Re: playing midi with timiditySOLVED

2005-10-03 Thread Marty
Joe Mc Cool wrote: So, I started again. aptitude remove timidity and, to be sure to be sure, as root: find . -name timidity* -exec rm {} \; That won't necessarily work. You need to follow up with "dpkg --purge timidity" To do it all in one operation, use the "purge" option

Re: playing midi with timiditySOLVED

2005-10-03 Thread Joe Mc Cool
Please note I have started another tread re timidity and rosegarden4. It has nothing to do with this one (different machine), and largely sussed. > The timidity in debian is supposed to have working alsa support. Heck, I use > it... It is supposed to have both alsa output driver support (play to

Re: playing midi with timiditySOLVED

2005-10-02 Thread Henrique de Moraes Holschuh
On Sun, 02 Oct 2005, debian wrote: > On Fri, Sep 23, 2005 at 03:00:51AM -0700, Seeker5528 wrote: > > Since the script tells timidity to create an audio file from the midi > > then uses play to play back the audio it just seems odd that it would > > be an issue with timidity. > > I pulled the sourc

Re: playing midi with timiditySOLVED

2005-10-02 Thread debian
On Fri, Sep 23, 2005 at 03:00:51AM -0700, Seeker5528 wrote: > Since the script tells timidity to create an audio file from the midi > then uses play to play back the audio it just seems odd that it would > be an issue with timidity. I pulled the source down from the timidity home page and compile