Sfz problem with sfizz

I have a problem with an sfz soundfont and sfizz
Enclosed is the (minimalistic) soundfont Qwaves.
It only has midi notes 60-62.
And the sfz file is located in Presets/equal/sin/sin.sfz
I works in PolyPhone on a Mac.

Qwaves.zip (264.2 KB)

The wav samples seem to be in correct format:
ffprobe -hide_banner sin_060_02616.wav
Input #0, wav, from ‘sin_060_02616.wav’:
Metadata:
encoder : Lavf61.7.100
Duration: 00:00:01.00, bitrate: 706 kb/s
Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 1 channels, s16, 705 kb/s

Have you tried it with LinuxSampler? Have you tried running at 44100 samplerate? Is the only problem that you only get 3 notes? These might give clues.

Problem solved
default_path=../../samples/sin does not work,
it seems sfizz needs a slash at the end of the path
default_path=../../samples/sin/ works.
Polyphone did not need the slash at the end,
it also could play the sounds without it.

1 Like

I have a solution I described in a separate posting.
I had only 3 notes because I did not want to upload a large file.