Hello,
I’m trying to port my midi radio (random midi file player) to zynthian.
It is a bash script that can play mid files via fluidsynth or timidity or pmidi (to hear your synths play classical for example).
On zynthian, It can play via pmidi perfectly, but via zynth audio output is more difficult.
I see that timidity isn’t installed, so I try with fluidsynth, but it fails to load a default soundfont in /usr/local/share/soundfonts/default.sf2
I tried making there a link to an existing GM soundfont on zynthian but it still fails.
Any clue, someone ?
zyn_radio.sh (1.2 KB)