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
|
Thu, 18 Sep 2008 16:08:28 +0000 |
cannam |
* Add hasDuration to output descriptor as well as the features themselves
|
Wed, 17 Sep 2008 13:16:09 +0000 |
cannam |
* Provide PluginWrapper method for getting hold of a nested wrapper
|
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
|
Tue, 18 Sep 2007 09:39:58 +0000 |
cannam |
* avoid trying to use timeval if building on Windows
|
Thu, 23 Aug 2007 10:31:46 +0000 |
cannam |
* doc updates
vamp-plugin-sdk-v1.1
|
Thu, 07 Jun 2007 14:15:24 +0000 |
cannam |
* Use m_impl structure for PluginAdapter as well
|
Wed, 06 Jun 2007 13:14:18 +0000 |
cannam |
* strengthen imprecations against doing heavy lifting in plugin constructor
|
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
|
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 *
|
Wed, 20 Sep 2006 13:51:22 +0000 |
cannam |
* Add an implementation of Dan Barry's percussion onset detector
|
Wed, 10 May 2006 16:30:39 +0000 |
cannam |
* Permit plugins to vary the number of values per output based on the number
|
Wed, 12 Apr 2006 12:32:18 +0000 |
cannam |
* Add virtual destructors to PluginBase and Plugin to ensure subclass dtors
|
Fri, 07 Apr 2006 17:50:52 +0000 |
cannam |
* better docs for sample rate
|
Wed, 05 Apr 2006 16:50:07 +0000 |
cannam |
* Add valueNames to parameter descriptor
|
Mon, 03 Apr 2006 14:19:02 +0000 |
cannam |
* Allow plugins to return 0 for preferred block/step size to accept a host
|
Fri, 31 Mar 2006 16:26:28 +0000 |
cannam |
* Fix leftover reference to X Consortium in copyright note!
|
Fri, 31 Mar 2006 15:08:27 +0000 |
cannam |
* Renamed sdk to vamp-sdk
|