Hi guys,
I have completed an initial cut at the implementation of the new
fluid_player_add_mem API call, which lets you add a MIDI file to the
playlist from a buffer in memory, rather than a filename. This
required extensive re-architecting of the internal mechanism for
loading files. The old flui
On Fri, Dec 3, 2010 at 6:28 AM, Felix Krause
wrote:
> I'd like to have FluidSynth to generate sound output and at the same time
> write the audio output to a file. So I tried to create a "file" audio driver
> and a "coreaudio" audio driver with the same synthesizer as parameter. Turns
> out thi
On Dec 3, 2010, at 9:28 AM, Felix Krause wrote:
I'd like to have FluidSynth to generate sound output and at the same
time write the audio output to a file. So I tried to create a "file"
audio driver and a "coreaudio" audio driver with the same
synthesizer as parameter. Turns out this doesn
I'd like to have FluidSynth to generate sound output and at the same time write
the audio output to a file. So I tried to create a "file" audio driver and a
"coreaudio" audio driver with the same synthesizer as parameter. Turns out this
doesn't work, both driver outputs are completely screwed up