[fluid-dev] Trying to build with Install

2018-08-13 Thread Whitney Clarke
I got the solution to bulid except with INSTALL and LibsPackage. I get this error: Severity Code Description Project File Line Suppression State Error MSB3073 The command "setlocal"C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmakeif %errorlevel% ne

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
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#a96b535f5acee6f807033d6cc

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