log vamp-sdk/PluginBase.h @ 233:521734d2b498 distinct-libraries

age author description
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
Thu, 17 Jul 2008 08:52:26 +0000 cannam * First bit of Vamp v2 work -- add an optional duration to features in
Thu, 24 Apr 2008 10:27:02 +0000 cannam * Permit '-' as well as the other characters in identifiers (existing plugins
Thu, 28 Feb 2008 12:53:14 +0000 cannam * Bump up versions for 1.2
Fri, 01 Jun 2007 15:10:17 +0000 cannam * Merge from host-factory-stuff branch: this adds several helper classes in
Fri, 01 Jun 2007 13:53:42 +0000 cannam * install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ host-factory-stuff
Thu, 24 May 2007 15:17:07 +0000 cannam * Put hostext stuff in the HostExt sub-namespace host-factory-stuff
Wed, 21 Mar 2007 14:15:25 +0000 cannam * Some doc updates
Tue, 27 Feb 2007 12:48:17 +0000 cannam * Add a structure for API versioning
Mon, 26 Feb 2007 18:08:48 +0000 cannam * Rename "name" and "description" to "identifier" and "name"; add new
Fri, 08 Dec 2006 17:39:32 +0000 cannam * Change input buffers arg to process from float ** to const float *const *