log vamp-sdk/Plugin.h @ 456:86624d166f88 outputid-string-in-featureset

age author description
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
2008-07-17 cannam * First bit of Vamp v2 work -- add an optional duration to features in
2008-04-24 cannam * Permit '-' as well as the other characters in identifiers (existing plugins
2007-09-18 cannam * avoid trying to use timeval if building on Windows
2007-08-23 cannam * doc updates vamp-plugin-sdk-v1.1
2007-06-07 cannam * Use m_impl structure for PluginAdapter as well