Re: [fluid-dev] Pausing MIDI File Playback

2018-06-18 Thread Tom M.
fluid_player_play() _stop() should work. > 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 ___ fluid-dev mailing list fluid-dev@non

[fluid-dev] Pausing MIDI File Playback

2018-06-17 Thread Christopher Leger
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 t