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

2018-06-20 Thread R.L. Horn
On June 18, 2018 7:58:03 AM UTC, Marcus Weseloh wrote: >Try forcing fluidsynth to use the ALSA hardware layer >directly and explicity set the sample rate: >-o audio.alsa.device=hw:1 -r 44100 plughw also offers lower latency in some situations, though it should probably be avoided if possible. I

Re: [fluid-dev] How to change the pan on synth mode

2018-06-20 Thread Tom M.
You have to send MIDI CCs directly to the synth using fluid_synth_cc(), e.g. for chaning the pan to hard right: fluid_synth_cc(synth, mychannel, 10, 127); Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinf