Mercurial > hg > vamp-plugin-sdk
log vamp-sdk/Plugin.h @ 512:54277cb679ff
age | author | description |
---|---|---|
2017-12-11 | Chris Cannam | The PluginRateExtractor hack was exploiting undefined behaviour. Let's just give in and make that API official |
2014-09-03 | Chris Cannam | Fix some uninitialised members that Coverity otherwise complains about |
2013-03-28 | Chris Cannam | Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0) |
2009-09-21 | cannam | * Doc updates, copyright updates, etc., in preparation for 2.1 release |
2008-11-07 | cannam | * Flatten directory tree a bit, update doxygen distinct-libraries |
2008-11-07 | cannam | * Add include guards; make code compile! distinct-libraries |
2008-09-18 | cannam | * Add hasDuration to output descriptor as well as the features themselves |
2008-09-17 | cannam | * Provide PluginWrapper method for getting hold of a nested wrapper |