[Linuxsampler-devel] SFZ parse patch

2014-02-28 Thread Sergey
Hi! I've just implemented a trivial SFZ parser patch to allow composite SFZ files. The rationale behind it is that after converting musical instrument from KONTAKT format I often have multiple SFZ files (main instrument, pedal up-down sounds, release sounds, etc). Loading each SFZ in a dedicat

Re: [Linuxsampler-devel] SFZ parse patch

2014-02-28 Thread Christian Schoenebeck
On Friday 28 February 2014 08:46:45 Sergey wrote: > With a patch, everything is simplified to the following: > === master.sfz === > .include key-up-layer.sfz > .include key-down-layer.sfz > .include pedal-up-down.sfz > .include release-layer.sfz > === end of master.sfz== Is that ".include" stateme

Re: [Linuxsampler-devel] SFZ parse patch

2014-02-28 Thread Christian Schoenebeck
On Friday 28 February 2014 13:09:39 Sergey wrote: > I've searched available SFZ specs and there is no official include > operator. So yes, it is my suggestion. In general I think that extension makes sense, so I am not opposed to apply it to the sampler. I just wonder whether a special prefix sha