log

age author description
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".