Hello Andrew,
I think that there is already no problem to set the pan on a channel and then issue a noteon (which will reflect the given pan).

        short ctrl = 0x0A;      // PAN_MSB
        fluid_synth_cc(synth, chan, ctrl, pan);
        fluid_synth_noteon(synth, chan, key, vel);

Or didn't I understand your question ?

Le 16 déc. 08 à 11:03, Andrew R Kelley a écrit :

Hi,

I am a developer for LMMS (lmms.sourceforge.net) and we are using fluidsynth for SF2 support. It works great.

I have a question. Is it possible to send fluidsynth a panning value when a note is turned on and have fluidsynth return audio that is panned to the amount specified?

If not, would you accept a patch to fluidsynth adding this feature?

Thanks,
Andrew Kelley
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

++ as


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to