You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nowadays it looks like we need to load files like /usr/share/sounds/sf2/GeneralUser.sf2 which is a bit annoying and it makes the need to write the full path every time.
Expected behavior
It would be way beter to have it look for sound fonts in /usr/share/sounds/sf2 by default so you only need to load the soundfont with GeneralUser.sf2 instead. This would make lide a lot easier 😄
From sudo fluidsynth -a alsa -s -g 1.5 /usr/share/sounds/sf2/GeneralUser.sf2
to sudo fluidsynth -a alsa -s -g 1.5 GeneralUser.sf2