Re: [fluid-dev] Volume control

2018-08-12 Thread Ceresa Jean-Jacques
ia alsa mixer): amixer cheers. jjc.     > Message du 12/08/18 20:13 > De : "Christopher Leger" > A : "FluidSynth mailing list" > Copie à : > Objet : [fluid-dev] Volume control > > Hi, > Is there any way to increase the volume of fluidsynth? I have

[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] Volume control against a specific midi synth

2018-06-22 Thread Ceresa Jean-Jacques
21:27 > De : "Carl Beech" > A : fluid-dev@nongnu.org > Copie à : > Objet : Re: [fluid-dev] Volume control against a specific midi synth > > Hi Ceresa > > Many thanks for your notes - much appreciated... > Ok, with a bit of experimentation, I'm now able

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-21 Thread Carl Beech
Hi Ceresa Many thanks for your notes - much appreciated... Ok, with a bit of experimentation, I'm now able to control the volumes of the individual instruments (channels) within a synth... so basically that means my program can now connect/disconnect the keyboard to up to nine individual synths

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-18 Thread Ceresa Jean-Jacques
t; > A : fluid-dev@nongnu.org > Copie à : > Objet : Re: [fluid-dev] Volume control against a specific midi synth > > Many thanks to you both for the comments - much appreciated :-) > I guess my setup may seem kind of strange - not having any midi expertise, or much reference mater

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-18 Thread Carl Beech
Many thanks to you both for the comments - much appreciated :-) I guess my setup may seem kind of strange - not having any midi expertise, or much reference material that I could get my head around, this was the simplest way I could get this working... To answer a couple of questions first... :-

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-18 Thread Marcus Weseloh
Hi again, just one more comment: I just noticed that mididings can be controlled via OSC: http://dsacre.github.io/mididings/doc/extra.html#hooks So you might be able to integrate the volume control, midi routing to different synths/channels, transposing etc. all via a single TouchOSC setup. Sound

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-18 Thread Marcus Weseloh
Hi Carl, using nine different Synths does indeed sound unusual. But I guess if you are using completely different setups for the synths (like different reverb and chorus settings, different Soundfonts etc) it might make switching in a live situation easier / faster. As Tom has already said, chann

Re: [fluid-dev] Volume control against a specific midi synth

2018-06-18 Thread Tom M.
I dont quite understand... You are not supposed to (dis-)connect to the synth to turn sounds on/off. You should rather send MIDI NoteOn/Off events. And for volume control, you should use MIDI CC 7 or CC 11. Why are you using nine synth instances rather than a single synth and making each sound

[fluid-dev] Volume control against a specific midi synth

2018-06-17 Thread Carl Beech
Hi First of all, apologies for my lack of knowledge in this area - hopefully my explanation will be simple enough... I'm playing in a live band, and need the ability to simply/quickly control sound - e.g. changing a config mid-song. I've got this working reasonably well, however, I'd like to imp