I try to do a for loop in a directory with sf2 files. With a small midi file so, to get a impression of the instruments.for f in *.sf2 ; do fluidsynth $f /home/jav/dd.mid ;doneI tried to figure out why this for loop of my, only play one file and not loop to the second file.
Ore is there a better solution to get a impression from the instruments. In Swami it a hard way to open all the time the sound fond and the instrument. And in Qsynth it not better. Or is there is faster way to walk over many sf2 files, and hear the instruments.