On 11.02.2010, at 18:56, David Henningsson wrote:
> Felix Krause wrote:
>> Hi all,
>>
>> I'm trying to save FluidSynth's audio output into a file using the API. My
>> code basically does this:
>>
>> - get settings object with new_fluid_settings
>> - set audio.driver to "file"
>> - set audio.fil
Hello Krzysiek,
I'm CC'ing the FluidSynth development list on this, since I don't have
much time to work on FluidSynth at the moment. Perhaps someone else
will look into it. Feel free to open a bug on the FluidSynth Trac
site as well (http://fluidsynth.resonance.org), which would help kee
Quoting Stefan Khan-Kernahan :
Hi hi, so after a long while, I'm finally back to trying to incorporate
FluidSynth (1.1.0) in a small program. I'm at the point in VS 2008 where I'm
trying to compile the dll, and I get the following errors, and I can't
figure out what it is that I am overlooking. C
Applied, thanks!
// David
KO Myung-Hun wrote:
> Hi/2.
>
> This patch updates the following 3 things of OS/2 DART audio driver.
>
> 1. Correct typo
> 2. Fix SYS3175, i.e Segmentation Fault
> 3. Support multiple instances of audio driver
>
>
>
>
I'm not a FluidSynth Windows build expert, but those functions are all
related to sockets (network). So perhaps if there is a winsock.lib or
something...?
// David
Stefan Khan-Kernahan wrote:
> Hi hi, so after a long while, I'm finally back to trying to incorporate
> FluidSynth (1.1.0) in a small
Felix Krause wrote:
> Hi all,
>
> I'm trying to save FluidSynth's audio output into a file using the API. My
> code basically does this:
>
> - get settings object with new_fluid_settings
> - set audio.driver to "file"
> - set audio.file.* settings (tried different output types - raw, aiff, wav)