Re: [fluid-dev] midi player issues

2009-04-02 Thread Pedro Lopez-Cabanillas
Felix Krause wrote: > Hi all, > > I'm using the fluidsynth library (current unstable Mac version from > fink) and tested the midi file player. It behaves very strange: > > - fluid_player_set_loop doesn't seem to have any effect (I tried to > set loop to 1, 5, negative values...). > - fluid_player_s

[fluid-dev] FluidSynth sequencer test

2009-04-02 Thread Pedro Lopez-Cabanillas
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. An

Re: [fluid-dev] VERSION

2009-04-02 Thread Pedro Lopez-Cabanillas
Bernat Arlandis i Mañó wrote: > I've seen there's a VERSION defined per platform, is it used or should > it be enough using FLUIDSYNTH_VERSION? I think so. VERSION is used only by the CLI client, which uses also FLUIDSYNTH_VERSION. This latter symbol is exported by the library headers. Regards,

[fluid-dev] Compiling with MSVC

2009-04-02 Thread Pedro Lopez-Cabanillas
Hi, I've fixed some compilation problems under Visual Stupido in the SVN repository. I've tested only MSVC 2008 and 2005. Hope it works for older compilers too. BTW, the patch for fast MIDI file rendering by David Henningsson also fails under MS compilers. Regards, Pedro ___