Re: [fluid-dev] Patch for fast midi file rendering

2009-03-18 Thread David Henningsson
Strange, it works here (gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2). Nevertheless, here's a patch that should build on both versions. // David Pedro Lopez-Cabanillas skrev: > David Henningsson wrote: >> Enough said - now go enjoy the new patch! > > Sorry, but: > > fluidsynth.c: In function ‘fast_rende

Re: [fluid-dev] Patch for fast midi file rendering

2009-03-18 Thread Pedro Lopez-Cabanillas
David Henningsson wrote: > Enough said - now go enjoy the new patch! Sorry, but: fluidsynth.c: In function ‘fast_render_loop’: fluidsynth.c:185: error: dereferencing pointer to incomplete type fluidsynth.c:186: error: dereferencing pointer to incomplete type make[2]: *** [fluidsynth-fluidsynth.o]

[fluid-dev] Patch for fast midi file rendering

2009-03-18 Thread David Henningsson
Okay, so here's the patch that enables fast, predictable MIDI file rendering. Whether it goes into 1.0.9 or 1.1.0 is up to you, but I do hope that someone will commit it - so I haven't been working in vain! Notes about the patch: * It includes the previous posted patch for slave timers, and this