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

2016-02-17 Thread R.L. Horn
On Wed, 17 Feb 2016, Srijan Deshpande wrote: And thank you for clarifying how tuning and instrument banks/profs are separate. I suppose I should read the midi standard more closely! The MIDI tuning standard is, well, a bit of a mess, and it's almost always implemented incorrectly. A certain

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

2016-02-16 Thread Srijan Deshpande
Thank you Ben and Mr. Horn. I finally managed to solve the problem by adding sudo to the line in rc.local that runs the script at boot. Thanks for your help! And thank you for clarifying how tuning and instrument banks/profs are separate. I suppose I should read the midi standard more closely! Sr

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

2016-02-16 Thread R.L. Horn
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 separate. The MIDI standard states that program banks and tuning banks *may* be linked but, AFAIK, flui

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

2016-02-15 Thread Ben Gonzales
Hi Srijan. The only thing I can imagine with using root to run the synth is that root has a restricted PATH variable - so to get it to do some things you need to specify the full path to the executable. Is fluidsynth actually starting when using root on startup? If not, that may be your proble

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

2016-02-15 Thread Srijan Deshpande
Hello, Sorry about replying to this so late! I had to travel suddenly and had to put my project on hold for a while. I'm back on it now, though. Thanks for your suggestions. I'm going to try using a crontab to see if that solves the problem. To answer your question, yes I've set the $FSCONFIG var

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

2016-02-03 Thread Ben Gonzales
Hi Srijan. Your project sounds challenging! Is latency an issue for you? Everyone says it will be, but I haven't found it to be a problem. Maybe wind players expect some anyway? It may be different for a keyboard. A few suggestions: 1. Starting from /etc/rc.local means that the script runs a

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

2016-02-03 Thread Srijan Deshpande
Dear Ben, Thank you for your email and sorry about the delayed response. I tried using the syntax you've used, but the problem persists. Everything works except the loading of the configuration file. The funny thing is, if I run the same script manually after boot, the config file loads fine! I tr

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

2016-02-01 Thread Ben Gonzales
Hi Srijan I use the the following options and it works well on my Rpi: fluidsynth --server --no-shell --audio-driver=alsa -o audio.alsa.device=hw:$CARDNO --load-config=$CONFIG --portname="$SYNTHPORT" &>/tmp/fluidsynth.out & $CARDNO and $SYNTHPORT re variables I set. Any reason you're runni

[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.