log

age author description
Fri, 01 Feb 2008 17:47:52 +0000 cannam ...
Thu, 31 Jan 2008 09:24:47 +0000 cannam * implement reset() in PluginBufferingAdapter
Tue, 29 Jan 2008 16:13:22 +0000 cannam * Attempt to clarify licensing implications of HAVE_FFTW3
Tue, 29 Jan 2008 14:23:06 +0000 cannam * Make PluginBufferingAdapter more efficient with use of ring buffer in place
Mon, 28 Jan 2008 12:34:39 +0000 cannam * Add optional support for FFTW through HAVE_FFTW3 flag. Off by default,
Wed, 23 Jan 2008 22:07:38 +0000 cannam * Add Visual C++ project file (for single SDK library only)
Mon, 14 Jan 2008 11:00:41 +0000 cannam * Add --list-by-category to vamp-simple-host
Mon, 03 Dec 2007 12:57:27 +0000 cannam * Add a static wrapper object to wrap the static instance pointer, so that
Sun, 18 Nov 2007 10:53:54 +0000 cannam * Apply (slightly tweaked) DT_UNKNOWN patch from Alexis Ballier <aballier@gentoo.org>
Sun, 18 Nov 2007 10:46:28 +0000 cannam * Apply DESTDIR patch from Alexis Ballier <aballier@gentoo.org>
Fri, 16 Nov 2007 21:19:24 +0000 cannam * Add --list-ids and --list-outputs options
Wed, 07 Nov 2007 10:30:27 +0000 cannam * OS/X build stuff
Fri, 02 Nov 2007 14:55:12 +0000 cannam ...
Fri, 02 Nov 2007 14:54:04 +0000 cannam * Add Mark L's PluginBufferingAdapter
Thu, 01 Nov 2007 10:25:35 +0000 cannam * more fine tuning of handling of block and step sizes
Fri, 19 Oct 2007 12:49:56 +0000 cannam ... vamp-plugin-sdk-v1.1b
Fri, 12 Oct 2007 16:44:17 +0000 cannam * Add ranlib, just in case
Fri, 12 Oct 2007 09:52:10 +0000 cannam * add -o <file> option to vamp-simple-host
Sun, 30 Sep 2007 11:12:43 +0000 cannam * correct vamp-hostsdk soname
Sun, 30 Sep 2007 09:45:04 +0000 cannam * update .la files
Fri, 28 Sep 2007 16:39:28 +0000 cannam ...
Fri, 28 Sep 2007 09:53:46 +0000 cannam * Fix failure to default correctly if plugin output unspecified
Mon, 24 Sep 2007 14:44:48 +0000 cannam * don't allow block/step sizes to be undefined
Wed, 19 Sep 2007 14:04:12 +0000 cannam * Add sdkstatic target
Tue, 18 Sep 2007 14:57:08 +0000 cannam * use correct (?) sonames for libraries (oops)
Tue, 18 Sep 2007 09:39:58 +0000 cannam * avoid trying to use timeval if building on Windows
Thu, 06 Sep 2007 16:49:50 +0000 cannam ...
Thu, 23 Aug 2007 10:31:46 +0000 cannam * doc updates vamp-plugin-sdk-v1.1
Thu, 07 Jun 2007 14:22:22 +0000 cannam ... vamp-plugin-sdk-v1.1pre1
Thu, 07 Jun 2007 14:15:24 +0000 cannam * Use m_impl structure for PluginAdapter as well
Thu, 07 Jun 2007 13:56:26 +0000 cannam * doc updates
Wed, 06 Jun 2007 13:14:18 +0000 cannam * strengthen imprecations against doing heavy lifting in plugin constructor
Wed, 06 Jun 2007 12:49:55 +0000 cannam * Make library name case-insensitive in PluginLoader
Wed, 06 Jun 2007 12:20:16 +0000 cannam * make PluginLoader quicker to load a single named plugin (don't always
Wed, 06 Jun 2007 10:02:37 +0000 cannam * update copyrights
Wed, 06 Jun 2007 10:00:36 +0000 cannam * use m_impl for channel and input domain adapters as well
Wed, 06 Jun 2007 09:49:50 +0000 cannam * Switch PluginLoader to an m_impl structure to make it generally nicer
Mon, 04 Jun 2007 13:31:04 +0000 cannam * avoid warning about float-to-int conversion on frame2RealTime
Mon, 04 Jun 2007 10:55:46 +0000 cannam * Fix compile failure with gcc 3.4
Mon, 04 Jun 2007 10:45:25 +0000 cannam * removed empty directory (from a prior ill-considered reshuffle)
Fri, 01 Jun 2007 15:11:37 +0000 cannam * Remove some (but not all) debug output
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 15:04:19 +0000 cannam * documentation host-factory-stuff
Fri, 01 Jun 2007 15:00:51 +0000 cannam * Documentation host-factory-stuff
Fri, 01 Jun 2007 13:53:42 +0000 cannam * install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ host-factory-stuff
Fri, 25 May 2007 13:26:59 +0000 cannam ... host-factory-stuff
Thu, 24 May 2007 15:17:07 +0000 cannam * Put hostext stuff in the HostExt sub-namespace host-factory-stuff
Thu, 24 May 2007 10:05:00 +0000 cannam * reshuffle host-factory-stuff
Wed, 09 May 2007 15:21:37 +0000 cannam * add wrapper base host-factory-stuff
Fri, 04 May 2007 15:21:12 +0000 cannam * implement plugin loader and plugin input-domain adapter (to do basic ffts) host-factory-stuff
Fri, 04 May 2007 12:32:28 +0000 cannam * branching for work on new helper classes for hosts host-factory-stuff
Fri, 30 Mar 2007 17:14:16 +0000 cannam * doc updates
Wed, 21 Mar 2007 14:15:25 +0000 cannam * Some doc updates
Mon, 12 Mar 2007 11:00:11 +0000 cannam * Fix from Craig Sapp for incorrect mixdown code
Fri, 02 Mar 2007 12:26:53 +0000 cannam * Split out the host adapter code into a separate host sdk library. vamp-plugin-sdk-v1.0pre1
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
Thu, 25 Jan 2007 13:39:31 +0000 cannam * isnan -> std::isnan, likewise isinf
Fri, 08 Dec 2006 17:39:32 +0000 cannam * Change input buffers arg to process from float ** to const float *const *
Thu, 30 Nov 2006 15:00:17 +0000 cannam * Fix a delete/delete[] mismatch
Fri, 10 Nov 2006 17:47:15 +0000 cannam * add output names as well as descriptions
Wed, 01 Nov 2006 17:48:21 +0000 cannam ... 1.0
Tue, 31 Oct 2006 19:55:47 +0000 cannam * Update version number to 1.0, some textual tweaks
Mon, 30 Oct 2006 10:20:21 +0000 cannam * fix to step size for frequency domain plugins
Wed, 11 Oct 2006 11:39:02 +0000 cannam * Add Dan Stowell's simple implementation of the SuperCollider amplitude
Mon, 09 Oct 2006 12:45:14 +0000 cannam * Add plugin path traversal and plugin listing option to vamp-simple-host
Thu, 21 Sep 2006 16:41:10 +0000 cannam * Add category file
Wed, 20 Sep 2006 16:03:08 +0000 cannam ...
Wed, 20 Sep 2006 14:57:52 +0000 cannam * fix typo
Wed, 20 Sep 2006 14:00:09 +0000 cannam * avoid compiler warning
Wed, 20 Sep 2006 13:51:22 +0000 cannam * Add an implementation of Dan Barry's percussion onset detector
Tue, 01 Aug 2006 09:10:06 +0000 cannam * move .la file to .la.in
Tue, 01 Aug 2006 09:08:44 +0000 cannam * add .la file
Mon, 31 Jul 2006 16:12:37 +0000 cannam * Add a function to look up the Vamp plugin path for the current platform.
Wed, 17 May 2006 16:41:37 +0000 cannam ...
Tue, 16 May 2006 11:48:27 +0000 cannam * Fix rounding error in RealTime (thanks to Craig Sapp) vamp-plugin-sdk-v0.9rc2
Tue, 16 May 2006 11:33:50 +0000 cannam * Deal properly with the fact that the host doesn't support non-power-of-two
Fri, 12 May 2006 14:46:35 +0000 cannam * Update version numbers to 0.9 vamp-plugin-sdk-v0.9rc1
Wed, 10 May 2006 16:30:39 +0000 cannam * Permit plugins to vary the number of values per output based on the number
Wed, 10 May 2006 11:44:40 +0000 cannam * Add forgotten getMin/MaxChannelCount to host adapter (thanks Craig)
Mon, 08 May 2006 13:52:10 +0000 cannam ...
Tue, 25 Apr 2006 14:15:48 +0000 cannam * add documentation to the C header
Tue, 25 Apr 2006 09:45:44 +0000 cannam * Undefine debug symbol
Mon, 24 Apr 2006 12:58:27 +0000 cannam * Rename simplehost to vamp-simple-host
Fri, 14 Apr 2006 09:37:46 +0000 cannam * tidy
Wed, 12 Apr 2006 12:32:18 +0000 cannam * Add virtual destructors to PluginBase and Plugin to ensure subclass dtors
Wed, 12 Apr 2006 09:57:07 +0000 cannam * Build fixes for OS/X and Windows
Mon, 10 Apr 2006 10:31:19 +0000 cannam * Some textual changes
Fri, 07 Apr 2006 17:50:52 +0000 cannam * better docs for sample rate
Fri, 07 Apr 2006 15:32:10 +0000 cannam * Make the host capable of doing something useful!
Thu, 06 Apr 2006 17:23:41 +0000 cannam * fix failure to pick up all but first plugin's outputs
Thu, 06 Apr 2006 16:36:24 +0000 cannam * Add README file
Thu, 06 Apr 2006 16:35:49 +0000 cannam * Make static adapter map a pointer to avoid any confusion about static
Thu, 06 Apr 2006 15:12:25 +0000 cannam * Avoid repeated malloc/free for returned feature lists -- reuse static
Thu, 06 Apr 2006 12:26:44 +0000 cannam * Build static library of SDK sources as well
Thu, 06 Apr 2006 12:01:07 +0000 cannam * Use a single Makefile
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 17:39:49 +0000 cannam * Fix a couple of memory management and corruption bugs
Fri, 31 Mar 2006 16:26:28 +0000 cannam * Fix leftover reference to X Consortium in copyright note!
Fri, 31 Mar 2006 15:55:17 +0000 cannam * Fix for unique guards
Fri, 31 Mar 2006 15:10:45 +0000 cannam * Updating references to vamp-sdk
Fri, 31 Mar 2006 15:08:27 +0000 cannam * Renamed sdk to vamp-sdk
Fri, 31 Mar 2006 15:06:47 +0000 cannam ...
Fri, 31 Mar 2006 15:00:29 +0000 cannam * Add most basic load-library-and-list-plugins host
Fri, 31 Mar 2006 14:21:51 +0000 cannam * Importing first cut of Sonic Visualiser's Vamp plugin format SDK