log

age author description
2014-10-16 Chris Cannam Small text fix v1.0
2014-10-16 Chris Cannam Added tag v1.0 for changeset 180624d62a4c
2014-09-30 Chris Cannam Range should be 30-120 and default 60
2014-09-30 Chris Cannam Correct default value in reference tempo
2014-09-30 Carl Bussey * Fixed bug with s parameter (y axis bin labels of cyclic tempogram)
2014-09-30 Carl Bussey * I had made further changes to previous revisions accidentally. Now should wor.
2014-09-30 Carl Bussey * Added m_cyclicTempogramReferenceBPM to initialiser list
2014-09-30 Carl Bussey * Added reference tempo parameter for cyclic tempogram
2014-09-29 Chris Cannam Tidy
2014-09-29 Chris Cannam Clamp cyclic tempogram min and max BPM to the BPM equivalents of the actual underlying min and max tempogram bins, rather than the "input" min and max BPM (fixed root cause of #1054)
2014-09-29 Chris Cannam Fix bin overrun in bpmToBin (proximate cause of bug #1054)
2014-09-25 Chris Cannam I think that the tempogram max lag can't exceed the window length - 1, rather than the window length, because it is used as an index into a vector of the window length
2014-09-25 Chris Cannam Some unsigned -> int (while bug hunting)
2014-09-25 Chris Cannam Copyrights and tidying
2014-09-12 Chris Cannam Fix an incorrect default value; add some checks and warnings
2014-09-12 Chris Cannam Fix (the) two errors reported by Coverity Scan
2014-09-12 Chris Cannam Add category and RDF description files, fill in copyright stuff
2014-09-12 Chris Cannam Further Makefile fixes
2014-09-12 Chris Cannam Add (provisional) README, and COPYING/CITATION
2014-09-12 Chris Cannam Split out Makefile to separate single-platform versions and an .inc file
2014-09-04 Carl Bussey * Merge with Chris' changes
2014-09-04 Carl Bussey * FIRFilter::process now returns N+M-1 samples, rather than IFFT length as before.
2014-09-04 Chris Cannam Test and error message for buffer overrun (in anticipation of actually fixing it!)
2014-09-04 Chris Cannam Clamp band boundaries to block size
2014-09-04 Chris Cannam Some sample rate / parameter combinations result in min bin > max bin -- reject them
2014-09-04 Chris Cannam This include change seems necessary for my compiler
2014-09-03 Carl Bussey * Made sure the FFT variables are initialised in initialise()
2014-09-02 Carl Bussey * Changed variable names
2014-08-21 Carl Bussey * Fixed tempogram via ACT bin names etc
2014-08-20 Carl Bussey * Fixed bug causing ACT not to work
2014-08-20 Carl Bussey * Added an additional buffer in AutocorrelationProcessor::process() - possibly a little bit slower, but much easier to debug!
2014-08-20 Carl Bussey * Added tempogram via autocorrelation feature, using AutocorrelationProcessor
2014-08-19 Carl Bussey * Replacing loop unsigned ints with ints
2014-08-19 Carl Bussey * Tidying in TempogramPlugin.cpp
2014-08-19 Carl Bussey * Changed input of NoveltyCurve::spectrogramToNoveltyCurve() from transposed spe
2014-08-18 Carl Bussey * Debugging 1Hz freeze using vamp-plugin-tester
2014-08-15 Carl Bussey * Removed warnings of comparisons with ints and size_t
2014-08-15 Carl Bussey * Attempted fixing bug which crashes sonic visualizer.
2014-08-14 Carl Bussey * Added Cyclic Tempogram output - very buggy right now!
2014-08-14 Carl Bussey * Updated filenames in comments
2014-08-14 Carl Bussey * Changed vector< vector<float> >'s to typedef'd Spectrogram
2014-08-14 Carl Bussey * FIRFilter now has three output options - take all output elements, first lengthOfInput outputs, or take first lengthOfInput output after group delay
2014-08-14 Carl Bussey * Renamed NoveltyCurve.* and Spectrogram.* to $(Name)Processor.*
2014-08-13 Carl Bussey * Tidying - made length of array variables type size_t and for loops unsigned int, where index > 0.
2014-08-13 Carl Bussey * Merging Chris' changes
2014-08-13 Carl Bussey * Removed many unnecessary heap allocations with objects
2014-08-12 Chris Cannam Change NULL to 0 throughout
2014-08-12 Carl Bussey * Added Spectrogram zero padding functionality
2014-08-07 Carl Bussey * Fixed memory leak bug. Issue with calculating size of spectrogram array.
2014-08-07 Carl Bussey * Error when deleting Spectrogram object in Tempogram::getRemainingFeatures().
2014-08-05 Carl Bussey Removing object file.
2014-08-05 Carl Bussey Adding NoveltyCurve.*
2014-08-05 Carl Bussey * Some cleaning and rearranging to prepare for band processing implementation
2014-07-09 Carl Bussey * Implemented normalisation
2014-07-09 Carl Bussey Added manual setting of timestamps as wasn't working on both test machines.
2014-07-09 Carl Bussey * Now displaying some output. Needs testing to see if bugs are present.
2014-07-07 Carl Bussey Moved all to folder "tempogram".