Discussion:
[fluid-dev] Pausing MIDI File Playback
Christopher Leger
2018-06-18 03:57:20 UTC
Permalink
Hi guys,

This seems like a very simple question but I am not sure about the best way
to do it. I just want the ability to pause midi file playback and then
resume.

I tried using fluid_player_stop

then fluid_synth_all_sounds_off to get rid of the sounds that are still
being synthesized.

Then I tired fluid_player_play.

Sometimes this works perfectly and other times it spams the console with
error messages and fails to start.

What is the right way to do this simple thing? There is no
fluid_player_pause. Is it simple to pause then, right?

-Chris
Tom M.
2018-06-18 07:57:20 UTC
Permalink
fluid_player_play() _stop() should work.
Post by Christopher Leger
Sometimes this works perfectly and other times it spams the console with
error messages and fails to start.
Which error messages, which version of fluidsynth?

Tom

Continue reading on narkive:
Loading...