Thursday, June 4, 2026

my fluidsynth alsa setup with m-vave bt and pico


gnome-terminal -- bash -c '
fluidsynth -C0 -R0 -l -a alsa -m alsa_seq -is -p "FluidSynth-GS" \
-o synth.polyphony=64 \
~/Documents/sf2/GeneralUser-GS.sf2 &

until aconnect -l | grep -q "FluidSynth-GS"; do sleep 0.5; done

aconnect "SINCO" "FluidSynth-GS" 2>/dev/null
aconnect "Pico"  "FluidSynth-GS" 2>/dev/null

wait
exec bash
'

my pico sends msb lsb program changes to switch sounds. the m-vave bt im using with my microkorg to play soundfonts.
this script lets me auto connect everything

No comments:

Post a Comment