log

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