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

[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