Thu, 04 Sep 2014 14:12:03 +0100 |
Carl Bussey |
* FIRFilter::process now returns N+M-1 samples, rather than IFFT length as before.
|
Thu, 04 Sep 2014 10:40:51 +0100 |
Chris Cannam |
Test and error message for buffer overrun (in anticipation of actually fixing it!)
|
Thu, 04 Sep 2014 10:40:31 +0100 |
Chris Cannam |
Clamp band boundaries to block size
|
Thu, 04 Sep 2014 10:08:47 +0100 |
Chris Cannam |
Some sample rate / parameter combinations result in min bin > max bin -- reject them
|
Thu, 04 Sep 2014 10:08:09 +0100 |
Chris Cannam |
This include change seems necessary for my compiler
|
Wed, 03 Sep 2014 13:50:02 +0100 |
Carl Bussey |
* Made sure the FFT variables are initialised in initialise()
|
Tue, 02 Sep 2014 11:40:48 +0100 |
Carl Bussey |
* Changed variable names
|
Thu, 21 Aug 2014 11:07:20 +0100 |
Carl Bussey |
* Fixed tempogram via ACT bin names etc
|
Wed, 20 Aug 2014 16:48:54 +0100 |
Carl Bussey |
* Fixed bug causing ACT not to work
|
Wed, 20 Aug 2014 16:32:52 +0100 |
Carl Bussey |
* Added an additional buffer in AutocorrelationProcessor::process() - possibly a little bit slower, but much easier to debug!
|
Wed, 20 Aug 2014 16:00:37 +0100 |
Carl Bussey |
* Added tempogram via autocorrelation feature, using AutocorrelationProcessor
|
Tue, 19 Aug 2014 18:20:26 +0100 |
Carl Bussey |
* Replacing loop unsigned ints with ints
|
Tue, 19 Aug 2014 17:40:10 +0100 |
Carl Bussey |
* Tidying in TempogramPlugin.cpp
|
Tue, 19 Aug 2014 16:52:19 +0100 |
Carl Bussey |
* Changed input of NoveltyCurve::spectrogramToNoveltyCurve() from transposed spe
|
Mon, 18 Aug 2014 15:22:44 +0100 |
Carl Bussey |
* Debugging 1Hz freeze using vamp-plugin-tester
|
Fri, 15 Aug 2014 15:17:28 +0100 |
Carl Bussey |
* Removed warnings of comparisons with ints and size_t
|
Fri, 15 Aug 2014 12:34:07 +0100 |
Carl Bussey |
* Attempted fixing bug which crashes sonic visualizer.
|
Thu, 14 Aug 2014 16:43:26 +0100 |
Carl Bussey |
* Added Cyclic Tempogram output - very buggy right now!
|
Thu, 14 Aug 2014 11:36:09 +0100 |
Carl Bussey |
* Updated filenames in comments
|
Thu, 14 Aug 2014 11:32:45 +0100 |
Carl Bussey |
* Changed vector< vector<float> >'s to typedef'd Spectrogram
|
Thu, 14 Aug 2014 11:09:43 +0100 |
Carl Bussey |
* FIRFilter now has three output options - take all output elements, first lengthOfInput outputs, or take first lengthOfInput output after group delay
|
Thu, 14 Aug 2014 10:31:49 +0100 |
Carl Bussey |
* Renamed NoveltyCurve.* and Spectrogram.* to $(Name)Processor.*
|
Wed, 13 Aug 2014 14:18:00 +0100 |
Carl Bussey |
* Tidying - made length of array variables type size_t and for loops unsigned int, where index > 0.
|
Wed, 13 Aug 2014 10:47:39 +0100 |
Carl Bussey |
* Merging Chris' changes
|
Wed, 13 Aug 2014 10:45:46 +0100 |
Carl Bussey |
* Removed many unnecessary heap allocations with objects
|
Tue, 12 Aug 2014 16:20:14 +0100 |
Chris Cannam |
Change NULL to 0 throughout
|
Tue, 12 Aug 2014 14:40:37 +0100 |
Carl Bussey |
* Added Spectrogram zero padding functionality
|
Thu, 07 Aug 2014 17:25:24 +0100 |
Carl Bussey |
* Fixed memory leak bug. Issue with calculating size of spectrogram array.
|