> So, from what you are telling me, the right name of the function and its
> purpose should not be STOP but PAUSE, right?
Yes, I think so. It's not properly documented unfortunately and I don't know
it's original purpose. However, internally, we have fluid_player_reset() that
reset the ticks of
Hello,
> Il 13 gennaio 2019 alle 16.34 "Tom M." ha scritto:
>
> This is new to me.
>
> > Now, if I call again fluid_player_play(), the playback starts again from
> > the beginning, but without emitting any sound.
>
> I dont think playback should start from the beginning. It should directly
>
This is new to me.
> Now, if I call again fluid_player_play(), the playback starts again from the
> beginning, but without emitting any sound.
I dont think playback should start from the beginning. It should directly start
from where it has been stopped. Could you give 1.1.11 a try?
Tom
Hello,
let's think to have initialized everything with FluidSynth for playing a MIDI
file as described in the documentation. After a call to:
fluid_player_add(player, filename);
and then:
fluid_player_play(player);
and the MIDI playback runs as expected with the note of the MIDI file played
n