Summary: | Support for ARIA's *silence extension in sfz | ||
---|---|---|---|
Product: | LinuxSampler | Reporter: | Jacek Roszkowski <j.roszk> |
Component: | other | Assignee: | Christian Schoenebeck <cuse> |
Status: | CLOSED FIXED | ||
Severity: | enhancement | ||
Priority: | P5 | ||
Version: | SVN Trunk | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | sample=*silence support |
Description
Jacek Roszkowski
2019-03-09 07:57:56 CET
I just reviewed your patch. The only minor thing questionable is that you call GetInstrument()->GetSampleManager()->AddSampleConsumer(pSample, this); with pSample being a NULL pointer. As far as I can see it calling AddSampleConsumer in case of a silent sample should not be required, so if you don't mind I will just change that. Yeah, missed it. I committed the changes (SVN r3497). I also added a warning message in case an unknown/unsupported built-in sample type is used. Updated the docs as well (site will be auto updated in about 30 minutes): http://doc.linuxsampler.org/sfz/sample_opcode/ |