log vamp-sdk/Plugin.h @ 171:dcc5df7e3253

age author description
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