Search found 5 matches

by jjlearman
Mon Jun 22, 2020 4:04 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 19611

Re: sfz format: smpl chunk loops not supported for FLAC files

Update from libsndfile: (https://github.com/erikd/libsndfile/issues/59) The solution is some significant refactoring as follows: * Set up a bunch of routines to parse blocks of memory with functions similar to psf_binheader_readf(). * Convert wav_read_smpl_chunk() to work with this new block parsing...
by jjlearman
Mon Jun 15, 2020 10:14 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 19611

Re: sfz format: smpl chunk loops not supported for FLAC files

Right, I see now that was for sfizz (whatever that is.) I've asked as you suggested and will post back if they answer.
by jjlearman
Thu Jun 11, 2020 9:54 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 19611

Re: sfz format: smpl chunk loops not supported for FLAC files

It looks like a fix was posted to libsndfile to address this issue 25 days ago. Are you perhaps due for an update?

See https://github.com/sfztools/sfizz/pull/242 and https://github.com/erikd/libsndfile/issues/59
by jjlearman
Thu Jun 11, 2020 4:07 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 19611

Re: sfz format: smpl chunk loops not supported for FLAC files

Wow, fast analysis! I'm impressed. Thanks for tracing it down to libsndfile, which I was not aware of. I will see if I can find where to post a request there. Also, thanks for pointing out loop_mode. I'm not sure how it's set in my sfz, which was largely created by Extreme Sample Converter (extransl...
by jjlearman
Wed Jun 10, 2020 7:08 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 19611

sfz format: smpl chunk loops not supported for FLAC files

I posted an sfz format sample set and got a bug report that the loops don't work in linuxsampler. https://github.com/sfzinstruments/jlearman.jRhodes3c This instrument uses SFZ format with FLAC files containing 'smpl' chunks specifying the loops. It works on Sforzando. Please add support for 'smpl' c...