log vamp-sdk/Plugin.h @ 541:0e32c328b02a tip

age author description
Mon, 11 Dec 2017 13:22:11 +0000 Chris Cannam The PluginRateExtractor hack was exploiting undefined behaviour. Let's just give in and make that API official
Wed, 03 Sep 2014 12:14:39 +0100 Chris Cannam Fix some uninitialised members that Coverity otherwise complains about
Thu, 28 Mar 2013 15:49:17 +0000 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)
Mon, 21 Sep 2009 09:33:05 +0000 cannam * Doc updates, copyright updates, etc., in preparation for 2.1 release
Fri, 07 Nov 2008 15:28:33 +0000 cannam * Flatten directory tree a bit, update doxygen distinct-libraries
Fri, 07 Nov 2008 14:11:39 +0000 cannam * Add include guards; make code compile! distinct-libraries