fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] loading and unloading a SoundFont


From: David Henningsson
Subject: Re: [fluid-dev] loading and unloading a SoundFont
Date: Wed, 13 May 2009 20:46:04 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Felix Krause skrev:
>> First I need to load a SoundFont into FluidSynth. I can do this, but
>> only if there are no spaces in the path. For example, this works:
> This is a problem I also had when I started using FluidSynth. The
> command line tool doesn't accept file paths with spaces. I recommend
> using library calls instead, they have no problems with spaces in paths.

The problem seems to be in fluid_strtok, you can't escape spaces. I
tried to search for such a utility in glib but I couldn't find one. One
can solve it manually of course, without much trouble unless you want to
support UTF-8. But it seems like there should be such a line parsing
function already out there, or have I overlooked something?

// David





reply via email to

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