Original Message
Subject: Re: [Linuxsampler-devel] Explaining the code base for SFZ
From: Andreas Persson
To: linuxsampler-devel@lists.sourceforge.net
Date: 11/23/09 01:17
> Christopher Cherrett wrote:
>
>> Is there a design doc somewhere that can explain how the sfz engine
On Sunday 22 November 2009 21:50:21 Frank Neumann wrote:
> > Not really, but the parameters have some comments in the libgig source
> > code:
> >
> > http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/libgig/src/gig.h?rev=1.57
> >&content-type=text/vnd.viewcvs-markup
>
> Thanks again. I should have l
Christopher Cherrett wrote:
> Is there a design doc somewhere that can explain how the sfz engine
> works in linuxsampler?
None that I know of.
> Does it interact with libgig?
No, the sfz parsing functions are in LS itself, in src/engines/sfz/sfz.h
and src/engines/sfz/sfz.cpp.
> I wanted to l