fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] macos x questions


From: Peter Hanappe
Subject: Re: [fluid-dev] macos x questions
Date: Fri, 27 Aug 2004 12:53:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

Fausto Saporito wrote:

I used the select command in this way: select 1 0 0 0 ... select 2 0 0 0 in order to have, for example :

 > channels
chan 0, Acoustic Piano
chan 1, Acoustic Piano
chan 2, Acoustic Piano
chan 3, Acoustic Piano
chan 4, Acoustic Piano
chan 5, Acoustic Piano
chan 6, Acoustic Piano
chan 7, Acoustic Piano
chan 8, Acoustic Piano
chan 9, Acoustic Piano
chan 10, Acoustic Piano
chan 11, Acoustic Piano
chan 12, Acoustic Piano
chan 13, Acoustic Piano
chan 14, Acoustic Piano
chan 15, Acoustic Piano

is there a quickest way to do same?

You could store the commands in a file (MyConfig.txt):

load MyPiano.sf2
select 1 0 0 0
select 2 0 0 0
...
select 15 0 0 0


You then start the synthesizer with:

$ fluidsynth -f MyConfig.txt

Note that the soundfont is loaded by the config file and not
in the command line. You need fluidsynth version >= 1.0.4 for
the -f command switch to work.

Cheers,
Peter


thanks,
fausto





reply via email to

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