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

age author description
Mon, 09 Dec 2019 13:54:40 +0000 Chris Cannam Add include for MSVC
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, 30 Sep 2015 14:18:41 +0100 Chris Cannam Rate calculation into PitchFilterbank class
Wed, 30 Sep 2015 13:45:52 +0100 Chris Cannam Comment
Wed, 30 Sep 2015 13:44:50 +0100 Chris Cannam Tidy up, use a faster resampler configuration
Wed, 30 Sep 2015 11:43:40 +0100 Chris Cannam Calculate accurate window boundaries (even where the effective hop size is non-integer)
Wed, 30 Sep 2015 10:26:24 +0100 Chris Cannam Add output bin names; begin handling tuning frequency
Thu, 24 Sep 2015 16:35:48 +0100 Chris Cannam Add CRP (lacking some features)
Thu, 24 Sep 2015 12:45:43 +0100 Chris Cannam Add DCT implementation
Tue, 18 Aug 2015 11:13:38 +0100 Chris Cannam Comment
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:47:11 +0100 Chris Cannam Pad properly at end of input
Fri, 14 Aug 2015 18:37:24 +0100 Chris Cannam Compensate for filter & resampler delay
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
Wed, 12 Aug 2015 12:29:51 +0100 Chris Cannam Build stuff
Wed, 12 Aug 2015 11:46:29 +0100 Chris Cannam Start on pitch filterbank, & bring in external code