log vamp-sdk/Plugin.h @ 360:2741e4323d1d

age author description
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
2007-06-06 cannam * strengthen imprecations against doing heavy lifting in plugin constructor
2007-06-01 cannam * Merge from host-factory-stuff branch: this adds several helper classes in
2007-06-01 cannam * install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ host-factory-stuff
2007-05-24 cannam * Put hostext stuff in the HostExt sub-namespace host-factory-stuff
2007-03-21 cannam * Some doc updates
2007-02-26 cannam * Rename "name" and "description" to "identifier" and "name"; add new
2006-12-08 cannam * Change input buffers arg to process from float ** to const float *const *
2006-09-20 cannam * Add an implementation of Dan Barry's percussion onset detector
2006-05-10 cannam * Permit plugins to vary the number of values per output based on the number
2006-04-12 cannam * Add virtual destructors to PluginBase and Plugin to ensure subclass dtors
2006-04-07 cannam * better docs for sample rate
2006-04-05 cannam * Add valueNames to parameter descriptor
2006-04-03 cannam * Allow plugins to return 0 for preferred block/step size to accept a host
2006-03-31 cannam * Fix leftover reference to X Consortium in copyright note!
2006-03-31 cannam * Renamed sdk to vamp-sdk