lower polyphony for fluidsynth
This commit is contained in:
parent
69e4189256
commit
d5d17c8b2a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ distributions/jack2/build/jackd -P70 -p16 -t2000 -d alsa -dhw:${ADEVICE} -p 128
|
|||
if [ "$1" == "opt" ]; then
|
||||
./Jamulus -n -j -c jamulus.fischvolk.de &>/dev/null &
|
||||
sleep 1
|
||||
./distributions/fluidsynth/build/src/fluidsynth -s -i -a jack -g 1 distributions/fluidsynth/build/claudio_piano.sf2 &>/dev/null &
|
||||
./distributions/fluidsynth/build/src/fluidsynth -o synth.polyphony=25 -s -i -a jack -g 1 distributions/fluidsynth/build/claudio_piano.sf2 &>/dev/null &
|
||||
sleep 3
|
||||
./distributions/jack2/build/example-clients/jack_connect "Jamulus:output left" system:playback_1
|
||||
./distributions/jack2/build/example-clients/jack_connect "Jamulus:output right" system:playback_2
|
||||
|
|
Loading…
Reference in a new issue