Re: [fluid-dev] Making MIDI player read from a buffer

2010-12-03 Thread Matt Giuca
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

Re: [fluid-dev] Multiple audio drivers

2010-12-03 Thread Element Green
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

Re: [fluid-dev] Multiple audio drivers

2010-12-03 Thread Ebrahim Mayat
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

[fluid-dev] Multiple audio drivers

2010-12-03 Thread Felix Krause
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