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

Re: [fluid-dev] Volume control

2018-08-12 Thread Ceresa Jean-Jacques
Hi Chris, Nobody know what "system volume" is.   If the fluidsynth console application is in use, try this: >gain 1.5 As it seems you are working on linux and assuming fluidsynth making use of alsa driver, it worth to check the volume of the audio output used by the driver (via alsa mixer): a

[fluid-dev] Volume control

2018-08-12 Thread Christopher Leger
Hi, Is there any way to increase the volume of fluidsynth? I have the system volume all the way up but I still notice that all midi files being played are quite a bit lower volume than playing a wav file with aplay. Is there any easy way to increase the volume of the synth? Thanks, -Chris __

Re: [fluid-dev] Intercepting midi events

2018-08-12 Thread Christopher Leger
Hey, just wanted to say that I found a solution to midi events being dropped from my midi keyboard. It randomly causes notes to stay on and sometimes notes don't play. I tested my friend's nice $1,000 midi keyboard with my setup and the problem went away, no midi events were dropped. Everything wo