Hi, twice John

 

>Is it possible to do that from calling libfluidsynth library functions?

Yes it is, using fluid_synth_cc() function and sending a CC 10 (panoramic) as 
described by previous Tom's awswer.

Please see the wiki 
http://www.fluidsynth.org/api/synth_8h.html#a96b535f5acee6f807033d6cc9ccab555

Regards.

jjc.

 

> Message du 13/08/18 11:27
> De : "John John" 
> A : "Tom M." 
> Copie à : "FluidSynth mailing list" 
> Objet : Re: [fluid-dev] Midi channel grouping for left / right audio channel 
> in single stereo
> 
>

Thank you for the answer.

>
I am using fluidsynth as linked library within my Qt C++ based desktop 
application. Basically upon receiving midi messages I just call related 
fluidsynth note on/off functions. Now I would like to group these midi messages 
so that when midi channel = 10 then that note should be played let's say on 
left channel, and when midi channel is 5 then it should play on right audio 
channel for example. 

>
Is it possible to do that from calling libfluidsynth library functions?

>
Thanks
Ivan

> 
>

On Mon, 13 Aug 2018, 06:55 Tom M.,  wrote:
>
It's hard to help without knowing how you use fluidsynth. The easiest
> way to achieve what you ask for, is to issue a MIDI CC 10 = 0 on all
> midi channels that shall play on the left, and a MIDI CC 10 = 127 on
> all midi channels that shall play on the right.
> 
> Tom
>






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

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

Reply via email to