nhthn / supercollider-sfz

pre-alpha SFZ sample player
7 stars 2 forks source link

Implement full support for Sonatina Symphonic Orchestra #3

Open nhthn opened 7 years ago

nhthn commented 7 years ago

I don't really like SSO, but it's one of the more popular SFZ libraries and therefore a good milestone to aim for. There are a few unimplemented opcodes in there.

Wang-Yue commented 7 years ago

I think a major thing missing is loop_start/end. Without this most of the samples are not looped correctly.

Wang-Yue commented 7 years ago

btw, almost all of the loop_start/end settings are embedded in wav cue points. so one need to parse the wav header to get those values :(