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.