log src/TipicVampPlugin.cpp @ 60:1ea2aed23d4a tip

age author description
Tue, 20 Jun 2017 15:27:08 +0100 Chris Cannam Fix silly typo v1.0
Tue, 14 Mar 2017 13:49:41 +0000 Chris Cannam Just remove a couple of unused args
Tue, 20 Sep 2016 12:12:50 +0100 Chris Cannam Naming and descriptions; bump version to 1
Wed, 07 Oct 2015 11:46:33 +0100 Chris Cannam Update to use qm-dsp instead of files from constant-q-cpp and bqvec. Some of the classes here (e.g. DCT) have moved to qm-dsp in the meantime.
Wed, 07 Oct 2015 09:22:40 +0100 Chris Cannam Descriptions etc
Thu, 01 Oct 2015 11:51:54 +0100 Chris Cannam Add CENS features
Thu, 01 Oct 2015 11:21:37 +0100 Chris Cannam Fix downsampling: correct window to match MATLAB implementation, apply re-normalisation
Thu, 01 Oct 2015 09:28:38 +0100 Chris Cannam Top & tail downsampled output
Wed, 30 Sep 2015 16:15:36 +0100 Chris Cannam Add downsampling outputs -- haven't yet got delay compensation in there though
Wed, 30 Sep 2015 14:18:41 +0100 Chris Cannam Rate calculation into PitchFilterbank class
Wed, 30 Sep 2015 10:26:24 +0100 Chris Cannam Add output bin names; begin handling tuning frequency
Tue, 29 Sep 2015 17:14:05 +0100 Chris Cannam Add chroma and CLP outputs
Thu, 24 Sep 2015 16:35:48 +0100 Chris Cannam Add CRP (lacking some features)
Mon, 17 Aug 2015 15:51:13 +0100 Chris Cannam Don't carry out expensive construction in the Vamp plugin ctor. Add tuning freq parameter (not implemented yet though)
Fri, 14 Aug 2015 18:13:04 +0100 Chris Cannam Tidy the code up a bit
Fri, 14 Aug 2015 17:23:56 +0100 Chris Cannam Wire up a working plugin. No resampler/filter latency compensation yet, and the code is messy.
Fri, 14 Aug 2015 14:40:48 +0100 Chris Cannam Call the (not yet existing) implementation functions
Fri, 14 Aug 2015 12:02:57 +0100 Chris Cannam Add papers, skeleton plugin code