Re: [fluid-dev] File output with FluidSynth API

2010-03-17 Thread David Henningsson
Pedro Lopez-Cabanillas wrote: > On Friday, March 12, 2010, Felix Krause wrote: >> I see the problem; fluid_curtime casts the seconds from glong to an >> unsigned int, which leads to an overflow - especially when you multiply the >> seconds with 1000. Are you on a 64bit linux? That might be the reas

Re: [fluid-dev] CMake buildsystem

2010-03-17 Thread Pedro Lopez-Cabanillas
On Wednesday, March 17, 2010, j...@resonance.org wrote: > Hello Pedro, > > Committing to trunk sounds fine to me. Thanks for adding this. > Cheers! > > Josh Done, in revision 287. There is a little document with very basic information. Please test. Regards, Pedro > Quoting Pedro Lopez-Cabanill

Re: [fluid-dev] CMake buildsystem

2010-03-17 Thread josh
Hello Pedro, Committing to trunk sounds fine to me. Thanks for adding this. Cheers! Josh Quoting Pedro Lopez-Cabanillas : Hi, I'm testing a CMake-based build system for FluidSynth. See ticket#38: http://fluidsynth.resonance.org/trac/ticket/38 This means adding several files to the source t

Re: [fluid-dev] File output with FluidSynth API

2010-03-17 Thread Pedro Lopez-Cabanillas
On Friday, March 12, 2010, Felix Krause wrote: > On 11.03.2010, at 21:05, David Henningsson wrote: > > If the clock_time never advances beyond zero, it definitely looks like > > some problem with fluid_curtime (or g_get_current_time in glib). > > > > Could it be a rounding problem? Please try this