Search found 369 matches

by cuse
Thu Jun 11, 2020 5:42 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 102075

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

loop_mode seems to be SFZv1, so it should be supported by all players:
https://sfzformat.com/opcodes/loop_mode
by cuse
Thu Jun 11, 2020 3:54 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 102075

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

Digging further, it seems to me as if libsndfile does not support reading/writing loop info from/to FLAC files: https://github.com/erikd/libsndfile/blob/master/src/flac.c Just for comparison, the relevant libsndfile source section for loop info in wav files: https://github.com/erikd/libsndfile/blob/...
by cuse
Thu Jun 11, 2020 3:20 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 102075

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

By default it's set to no_loop : http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/linuxsampler/trunk/src/engines/sfz/sfz.cpp?view=markup&pathrev=3497#l347 ... I realize there is a different problem BTW: If a user specifies loop_mode=no_loop in a sfz file, then my expectation would be that the sampler...
by cuse
Thu Jun 11, 2020 3:12 pm
Forum: Newbies & Support
Topic: sfz format: smpl chunk loops not supported for FLAC files
Replies: 9
Views: 102075

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

I am barely using the SFZ engine, nor have I written the relevant SFZ loop parameter code. I just had a short glimpse on the relevant code sections so far, which actually don't reveal anything abvious in this case. The SFZ engine honours the loop_mode , loop_start and loop_end opcodes: http://svn.li...
by cuse
Sun Jun 07, 2020 8:00 pm
Forum: Newbies & Support
Topic: Latest linuxsampler svn failed to build (debian)
Replies: 7
Views: 93738

Re: Latest linuxsampler svn failed to build (debian)

I guess you mean a precompiled LS binary. The compilation error has nothing to do with the precise LS version, since YYTERROR is used in the LS source code for more than 6 years.
by cuse
Sun Jun 07, 2020 4:59 pm
Forum: Newbies & Support
Topic: Latest linuxsampler svn failed to build (debian)
Replies: 7
Views: 93738

Re: Latest linuxsampler svn failed to build (debian)

:/ From https://fossies.org/linux/bison/ChangeLog : 2020-04-01 Akim Demaille <akim.demaille@gmail.com> glr.c: use yysymbol_type_t, YYSYMBOL_YYEOF etc. Apply the same changes as in yacc.c. Now yySymbol and yysymbol_type_t are aliases. We will remove the former later, to avoid cluttering this commit. ...
by cuse
Fri Jun 05, 2020 3:17 pm
Forum: General LinuxSampler Discussion
Topic: Fantasia UI suggestions
Replies: 1
Views: 63585

Re: Fantasia UI suggestions

Unfortunately Fantasia is not maintained for many years. In other words: nobody has changed anything on Fantasia / JSampler for 8 years: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/jsampler/ You might wanna give QSampler a try instead. It does not have a skin appearance as Fantasia, but you'll pr...
by cuse
Fri Jun 05, 2020 3:09 pm
Forum: Newbies & Support
Topic: Latest linuxsampler svn failed to build (debian)
Replies: 7
Views: 93738

Re: Latest linuxsampler svn failed to build (debian)

Make sure both Bison and Flex are installed, then recompile.
by cuse
Fri Jun 05, 2020 3:08 pm
Forum: General LinuxSampler Discussion
Topic: Reduce / identify latency in Linux sampler
Replies: 8
Views: 115623

Re: Reduce / identify latency in Linux sampler

This thread was about JACK. Are you using LS on macOS with JACK?