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
Hi,
My setup: I am using fluidsynth by using the functions on synth.h
(new_fluid_synth) and the audio driver (new_fluid_audio_driver). Through cffi
calls to fluid_synth_noteon/off
Question: There is a way to change the panning? Like changing a midi channel to
only play on the left audio output