[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

Re: [fluid-dev] Low Latency audio with RPi 3

2018-06-17 Thread Ben Gonzales
You might try a HiFiBerry card. They bypass the USB interface on the Pi. Ben On 18/06/18 12:56, Christopher Leger wrote: Hi, So I decided to try using a USB soundcard with my RPi 3 to get lower latency, and higher quality output but it seems that it is in fact higher latency. When using the

[fluid-dev] Low Latency audio with RPi 3

2018-06-17 Thread Christopher Leger
Hi, So I decided to try using a USB soundcard with my RPi 3 to get lower latency, and higher quality output but it seems that it is in fact higher latency. When using the card I get the message: fluidsynth: warning: Requested a period size of 64, got 940 instead With the audio jack on the RPi I

[fluid-dev] Volume control against a specific midi synth

2018-06-17 Thread Carl Beech
Hi First of all, apologies for my lack of knowledge in this area - hopefully my explanation will be simple enough... I'm playing in a live band, and need the ability to simply/quickly control sound - e.g. changing a config mid-song. I've got this working reasonably well, however, I'd like to imp