fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] LADSPA: Ports and nodes?


From: Peter Hanappe
Subject: Re: [fluid-dev] LADSPA: Ports and nodes?
Date: Fri, 02 Apr 2004 18:29:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

Garett Shulman wrote:
Hay Ebrahim, I'm not sure if this will help, but this was a previous
post regarding fluidsynth tuning commands from a file. -Garett

Fluidsynth exits when it finds a EOF, so you have to keep the standard
input open;

try this:
$ (cat filename.sh; cat ) | fluidsynth -m alsa_seq  ~/gerrit.sf2

that will leave the fluidsynth shell ready for inputs after the commands
in filename.sh have been sent to it.


With the version currently in CVS, you can do the same like this:

$ fluidsynth -f filename.sh -m alsa_seq  ~/gerrit.sf2

P





reply via email to

[Prev in Thread] Current Thread [Next in Thread]