Re: [fluid-dev] Midi channel grouping for left / right audio channel in single stereo

2018-08-13 Thread Marcus Weseloh
Am Mo., 13. Aug. 2018 um 12:48 Uhr schrieb Ceresa Jean-Jacques < jean-jacques.cer...@orange.fr>: > >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. > Usin

Re: [fluid-dev] Midi channel grouping for left / right audio channel in single stereo

2018-08-13 Thread Ceresa Jean-Jacques
_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 > >

Re: [fluid-dev] Midi channel grouping for left / right audio channel in single stereo

2018-08-13 Thread John John
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 sho

Re: [fluid-dev] Midi channel grouping for left / right audio channel in single stereo

2018-08-12 Thread Tom M.
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] Midi channel grouping for left / right audio channel in single stereo

2018-08-12 Thread John John
Dear all, I would like to group some midi channels (instruments) to render only on left audio channel and some other midi channels (instruments) to be rendered only on right audio channel. I see now there is audio grouping and rendering to multiple stereo channel but this is not what I need -> I w