Hi and thanks for helping out. I was a bit puzzled before I figured out
what was wrong with your test though. Replace this row:

    fluid_settings_setnum(settings, "audio.period-size", 4096);

with:

    fluid_settings_setint(settings, "audio.period-size", 4096);

...and you will start to notice the bad timing.

// David

Pedro Lopez-Cabanillas skrev:
> Hi,
> 
> Attached is a test program for the sequencer interface of FluidSynth. There 
> are two clones of the same idea: one of them plays a metronome pattern, and 
> the other an arpeggio. In my tests, the rhythm & timing is fairly good, but 
> maybe somebody can hack the test a bit to show the problems. And if so, also  
> a patch to fix them, please :)
> 
> Regards,
> Pedro
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> fluid-dev mailing list
> fluid-dev@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/fluid-dev



_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to