log

age author description
Mon, 24 Apr 2006 17:06:32 +0000 Chris Cannam * Update Windows Vamp plugin search path
Mon, 24 Apr 2006 15:52:20 +0000 Chris Cannam * Avoid instantiating a plugin twice when configuring it (the min/max channel
Thu, 13 Apr 2006 18:29:10 +0000 Chris Cannam * Replace crash with warning when a transform could not be automatically
Wed, 12 Apr 2006 09:59:40 +0000 Chris Cannam * Add BZipFileDevice to handle bzip2 compress/uncompress without all that
Mon, 10 Apr 2006 17:22:59 +0000 Chris Cannam * Implement harmonic cursor in spectrogram
Mon, 10 Apr 2006 13:52:32 +0000 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
Fri, 07 Apr 2006 17:50:33 +0000 Chris Cannam * Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong
Thu, 06 Apr 2006 17:24:13 +0000 Chris Cannam * fix compile warnings and genuine int/size_t overflow
Thu, 06 Apr 2006 15:12:53 +0000 Chris Cannam * fix to plugin output resolution
Thu, 06 Apr 2006 12:12:41 +0000 Chris Cannam * Remove dsp directory. This is now the qm-dsp library used by
Wed, 05 Apr 2006 16:52:30 +0000 Chris Cannam * Support latest changes to Vamp API (value names for parameters, FFT
Mon, 03 Apr 2006 17:18:27 +0000 Chris Cannam * Make the item-edit dialog do something useful
Mon, 03 Apr 2006 14:18:40 +0000 Chris Cannam * Support plugins returning 0 for preferred block/step size
Fri, 31 Mar 2006 17:40:14 +0000 Chris Cannam * Add support for frequency-domain inputs to Vamp plugins
Fri, 31 Mar 2006 15:56:35 +0000 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
Thu, 30 Mar 2006 15:00:22 +0000 Chris Cannam * Add stub for item-edit dialog (for editing properties of an item on double-
Thu, 30 Mar 2006 13:18:11 +0000 Chris Cannam * Ensure plugin parameters for a transform are saved in the .sv file and
Wed, 29 Mar 2006 12:35:17 +0000 Chris Cannam * Add auto-normalize option to waveform layer
Tue, 28 Mar 2006 23:57:32 +0000 Martin Gasser fixed some problems with building the latest revision on the mac
Mon, 27 Mar 2006 16:15:19 +0000 Chris Cannam * adjust for latency if the plugin reports it
Mon, 27 Mar 2006 15:03:02 +0000 Chris Cannam * More structural work on feature extraction plugin C <-> C++ adapter
Fri, 24 Mar 2006 18:15:50 +0000 Chris Cannam * Sketch for host side of the plugin C++ <-> C bridge. This will be simpler
Fri, 24 Mar 2006 17:36:10 +0000 Chris Cannam * Add C API for feature extraction plugins
Thu, 23 Mar 2006 15:49:41 +0000 Chris Cannam * Add editing for auralisation plugin parameters and programs
Wed, 22 Mar 2006 17:38:29 +0000 Chris Cannam * Add plugin parameter dialog, and use it to set up parameters for feature
Wed, 22 Mar 2006 13:23:50 +0000 Chris Cannam * added to- and from- XML methods to PluginInstance
Tue, 21 Mar 2006 18:05:28 +0000 Martin Gasser fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
Mon, 20 Mar 2006 18:34:16 +0000 Chris Cannam * Create a new time instants layer if Enter is hit when there is no existing
Mon, 20 Mar 2006 15:10:07 +0000 Chris Cannam * Update licensing rubric for GPL
Mon, 20 Mar 2006 13:48:58 +0000 Chris Cannam * Make RealTimePluginInstances also provide the PluginInstance interface