[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Cannot load soundfont
From: |
Josh Green |
Subject: |
Re: [fluid-dev] Cannot load soundfont |
Date: |
Tue, 11 Nov 2003 15:17:10 -0800 |
On Mon, 2003-11-10 at 17:16, Claus Madsen wrote:
> Mon, 10 Nov 2003 12:37:44 -0800, Josh Green <address@hidden>
> skrev:
> This is what I found:
>
> gettimeofday({1068512382, 361735}, NULL) = 0
> brk(0) = 0x8148000
> brk(0x8149000) = 0x8149000
> brk(0) = 0x8149000
> brk(0x814a000) = 0x814a000
> open("/home/cm/.fluidsynth", O_WRONLY) = -1 ENOENT (No such file or
> directory)
> open("GM543kb.sf2", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> stat64("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=8007,
> ...}) = 0
>
> The path to fluidsynth is:
> /home/cm/fluidsynth-1.0.3 and the soundfont is placed in
> /home/cm/fluidsynth-1.0.3 /sf2
>
> I cannot see what is going wrong, maybee You can?
Are you in the "sf2" directory when you run fluidsynth? It appears the
OS doesn't think the file exists, but the question is, where are you
starting FluidSynth from, since thats probably the directory its trying
to load the file in. If you are in something like
/home/cm/fluidsynth-1.0.3 then you probably want to open
"sf2/GM543kb.sf2".
Josh