Re: [fluid-dev] Play two channels simultaneously

2016-06-13 Thread Srijan Deshpande
Thank you peter, that's useful! On Monday, June 13, 2016, Peter Billam wrote: > Ben Gonzales wrote: > > Don't forget, you'll need to create similar rules for all > > your other stuff - cc pbend, etc. > > Working with midiecho, I find that usually I don't want > CCs 1,5,11,64,65,66,84 (Modul,Port

Re: [fluid-dev] Play two channels simultaneously

2016-06-12 Thread Srijan Deshpande
#x27;t forget, you'll need to create similar rules for all your other stuff > - cc pbend, etc. > > Ben > > > On 13/06/16 10:57, Srijan Deshpande wrote: > > Thanks, but shouldn't this be possible using fluidsynth's router? > > The fluidsynth API page says

Re: [fluid-dev] Play two channels simultaneously

2016-06-12 Thread Srijan Deshpande
Thanks, but shouldn't this be possible using fluidsynth's router? The fluidsynth API page says you can use the router to "Layer sounds (Example: for each noteon received on ch 1, create a noteon on ch1, ch2, ch3,...)". This is exactly what I want to do. For each noteon received on ch0, I want to c

Re: [fluid-dev] Play two channels simultaneously

2016-06-12 Thread Srijan Deshpande
Raspbian. I'm doing this on a Raspberry Pi. Srijan On Sunday, June 12, 2016, S. Christian Collins wrote: > What OS are you using? > > -~Chris > > > On 06/12/2016 08:16 AM, Srijan Deshpande wrote: > > Hello, > > I have two soundfonts loaded into fluidsynth, one

[fluid-dev] Play two channels simultaneously

2016-06-12 Thread Srijan Deshpande
Hello, I have two soundfonts loaded into fluidsynth, one is on chan 0 and the other is on chan 1. I want both to play regardless of what channel my controller keyboard is on. Is this possible? How can this be done? Thanks! Srijan ___ fluid-dev mailing l

Re: [fluid-dev] Multiple soundfonts

2016-06-03 Thread Srijan Deshpande
rom SoundFont 2 for > MIDI channel 10. > > Best regards, > > Element Green > > > > On Sun, May 29, 2016 at 9:31 PM, Srijan Deshpande > wrote: > >> Thanks, and yes, but how do I load piano.sf2 on channel 0 and guitar.sf2 >> on channel 1? >> >> On

Re: [fluid-dev] Multiple soundfonts

2016-05-29 Thread Srijan Deshpande
> time ? > > If that's what you want, just including a routing in your config file to > duplicate the input to another channel should work. Or am I oversimplifying > what you want? > > Ben > > > On 30/05/16 12:11, Srijan Deshpande wrote: > > Hello, > > I

[fluid-dev] Multiple soundfonts

2016-05-29 Thread Srijan Deshpande
Hello, I'm running fluidsynth off of the command line and I'm wondering how to load multiple soundfonts and play them simultaneously using a single controller. The only solution I could find was to run multiple instances of fluidsynth with a different soundfont loaded in each, and map them all to

[fluid-dev] Turning off modulators

2016-03-15 Thread Srijan Deshpande
Hello, I'm using fluidsynth with a korg microkey37 I want to turn off the expression control (CC 11) mod wheel on my keyboard. I found out that this can be done by creating a modulator at the instrument level for CC11 and setting its value to 0. This is how I've done it (in polyphone): [image: In

Re: [fluid-dev] Using SoundFonts in 2016

2016-03-08 Thread Srijan Deshpande
Thank you for this, Chris, this is very useful! I'm working on a raspberry pi based instrument using fluidsynth and soundfonts so this was very timely for me! I'll be sending some questions your way soon! Srijan On Tuesday, March 8, 2016, S. Christian Collins wrote: > On 03/08/2016 08:41 AM, CE

Re: [fluid-dev] Equalization

2016-03-01 Thread Srijan Deshpande
c# Hit 'c' again to configure after changing options > g# g generates the build files > q# Quit ccmake > make # Build FluidSynth > > Maybe that helps? > > Best regards, > > Element > > > > > On Tue, M

Re: [fluid-dev] Equalization

2016-03-01 Thread Srijan Deshpande
fter you've built > support for it. > > Best regards, > > Element Green > > On Tue, Mar 1, 2016 at 10:39 AM, Srijan Deshpande > wrote: > >> Hello, >> >> Does fluidsynth have some kind of EQ that I can apply to the sound >> output? If not, what is t

[fluid-dev] Equalization

2016-03-01 Thread Srijan Deshpande
Hello, Does fluidsynth have some kind of EQ that I can apply to the sound output? If not, what is the best way to add EQ to the sound output by fluidsynth? I'm using it on a raspberry pi model 2 B with a hifiberry DAC+ soundcard. Would alsaequal be the best way to go, or would it introduce latency

Re: [fluid-dev] fluidsynth as server won't load config file

2016-02-16 Thread Srijan Deshpande
! Srijan On Wednesday, February 17, 2016, R.L. Horn wrote: > On Mon, 15 Feb 2016, Srijan Deshpande wrote: > > BUT, using the select command to change the preset DOES NOT change the >> tuning. >> > > Tuning bank/prog and "instrument" (program change) bank/prog are

Re: [fluid-dev] fluidsynth as server won't load config file

2016-02-15 Thread Srijan Deshpande
. Your config file has # comments. Are they allowed in a fluidsynth > config file?? Although, I note that you say you have had it running, so > maybe they are ok. > > 4. Does the fslog.txt have any useful info? > > Ben > > > On 04/02/16 00:09, Srijan Deshpande wrote: >

Re: [fluid-dev] fluidsynth as server won't load config file

2016-02-03 Thread Srijan Deshpande
can kill the synth with > (sudo) killall fluidsynth > > What instrument are you using to control the synth, and what soundcard? > > Ben > > http://projects.gonzos.net > > > On 02/02/16 14:11, Srijan Deshpande wrote: > > Hello, > > I'm using a script to run

[fluid-dev] fluidsynth as server won't load config file

2016-02-01 Thread Srijan Deshpande
Hello, I'm using a script to run fluidsynth at boot as a server and without the shell (using -is) on my raspberry pi. I'm also giving it a configuration file using the -f flag. Fluid synth starts properly and loads the sound font just fine, but whatever I do, it just doesn't load the config file.

Re: [fluid-dev] Switching tunings

2015-09-20 Thread Srijan Deshpande
Thank you, but I'm confused - does fluidsynth recognise the Single-note tuning change sysex? And how do I get it to switch to exactly the tuning file I want to use? > -- Forwarded message -- > From: Srijan Deshpande > To: fluid-dev@nongnu.org > Cc: > Date: Tu

[fluid-dev] Switching tunings

2015-09-15 Thread Srijan Deshpande
Hello, I'm trying to figure out how to switch tunings in Fluidsynth using control change / program change messages. I've generated fluidsynth tuning files using scala and I'm able to load these using the -f flag. I'm also able to switch between tunings from the fluidsynth command line using 'sett