Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-13 Thread Gerard Jungman
flac most definitely does _not_ work. I asked about this in June. You might hope it would work through libsndfile, but it fails because of the way the sound files are loaded and used; the relevant source file is src/engines/common/SampleFile.cpp Here is the link to that thread: http://sourcefor

Re: [Linuxsampler-devel] About commit to Linuxsampler 2013-01-08

2013-01-13 Thread Christian Schoenebeck
On Saturday 12 January 2013 20:49:46 Jostein Chr. Andersen wrote: > After a look at http://www.linuxsampler.org/, I have a little comment > about this commit: > > 2013-01-08 schoenebeck > * Exclusive Groups: don't ever stop voices of the same note, > doesn't sound naturally with a d

Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-13 Thread Christian Schoenebeck
On Sunday 13 January 2013 09:40:31 you wrote: > flac most definitely does _not_ work. I asked about this in > June. You might hope it would work through libsndfile, but it > fails because of the way the sound files are loaded and used; > the relevant source file is src/engines/common/SampleFile.cpp

Re: [Linuxsampler-devel] About commit to Linuxsampler 2013-01-08

2013-01-13 Thread rosea.grammostola
FYI, here you can find pretty some (recent) SFZ mappings for drumkits, which might be nice as reference http://www.drealm.info/sfz/AnalogueDrums/ In the Bigmono Linuxsampler sfz file I read: == // Here are those off_bys - linuxsampler doesn't yet support end=-1 for silent r

Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-13 Thread Andreas Persson
On 2013-01-13 14:42, Christian Schoenebeck wrote: > On Sunday 13 January 2013 09:40:31 you wrote: >> flac most definitely does _not_ work. I asked about this in >> June. You might hope it would work through libsndfile, but it >> fails because of the way the sound files are loaded and used; >> the r

Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-13 Thread Graham Goode
On 1/13/13, Andreas Persson wrote: > I've implemented the flac support now. I thought it was easier to keep > the the streaming buffer 24 bit instead of using floats. That also keeps > memory usage down. The alternative, to use floats in the buffer, would > make the code cleaner and maybe more CPU