log

age author description
2015-01-07 Chris Cannam Merge from default branch simple-fft-model
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-06-30 Chris Cannam Merge simple-fft-model
2015-06-30 Chris Cannam Build fix simple-fft-model
2015-06-26 Chris Cannam Merge from branch normalize_hybrid_option 3.0-integration
2015-06-26 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-06-16 Chris Cannam Two-channel test simple-fft-model
2015-06-16 Chris Cannam Fix a cache-related dumbitude simple-fft-model
2015-06-15 Chris Cannam Raise this maximum, so longer files can be shown in the overview pane simple-fft-model
2015-06-15 Chris Cannam Use in-memory cache for WAV files as well, if appropriate simple-fft-model
2015-06-15 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
2015-06-15 Chris Cannam More tests simple-fft-model
2015-06-15 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
2015-06-15 Chris Cannam Tidy simple-fft-model
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-06-13 Chris Cannam Fix to fft cache simple-fft-model
2015-06-12 Chris Cannam A small cache for source samples simple-fft-model
2015-06-12 Chris Cannam Make a small cache of recently-used columns simple-fft-model
2015-06-12 Chris Cannam Normalization function simple-fft-model
2015-06-12 Chris Cannam Simplest naive FFTModel implementation (+ fill in tests) simple-fft-model
2015-06-12 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
2015-06-12 Chris Cannam More tests simple-fft-model
2015-06-12 Chris Cannam Start making the FFT model tests into proper tests
2015-06-11 Chris Cannam Tidy
2015-06-10 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model
2015-06-10 Chris Cannam Remove some obsolete unused files
2015-06-10 Chris Cannam Fix overflow in width calculation
2015-06-10 Chris Cannam Merge
2015-06-10 Chris Cannam Merge
2015-06-10 Chris Cannam Do not attempt to switch from read-only to read-write mode if an error is pending (may cause mutex deadlock)
2015-06-10 Chris Cannam Tighten up error handling
2015-06-10 Chris Cannam Emit a signal if transform fails
2015-06-10 Chris Cannam Fail upfront if the file is going to be too large. We expect the caller to split up large data sets into several MatrixFiles
2015-06-10 Chris Cannam Comment
2015-06-10 Chris Cannam Avoid compiler warning
2015-06-05 Chris Cannam More optional debug out
2015-05-21 Chris Cannam Merge
2015-05-21 Chris Cannam minor debug thing
2015-05-15 Chris Cannam Fix #1222 CSV export of time-instants layer omits last point
2015-05-14 Chris Cannam Handle case where plugin erroneously returns sample rate 0 for fixed-rate output
2015-05-12 Chris Cannam Fixes to, and tests for, RealTime-to-text methods
2015-04-20 Chris Cannam Merge from branch tonioni
2015-04-13 Chris Cannam Revert to -Werror in debug only tonioni
2015-03-31 Chris Cannam Remove some debug; set some gain values tonioni
2015-03-31 Chris Cannam Permit extending nominal end of sparse model tonioni
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-31 Chris Cannam Implement FillGaps option in SparseModel export tonioni
2015-03-31 Chris Cannam Wire options into CSVFileWriter; omit levels from Tony note export tonioni
2015-03-31 Chris Cannam Merge tonioni
2015-03-31 Chris Cannam Thread-local debug was causing crash on exit with Qt 5.4.x. But we introduced that because QDebug itself was crashing when used from multiple threads. Replace with simpler fstream version tonioni
2015-03-30 Chris Cannam Add data export options (not all implemented yet) tonioni
2015-03-30 Chris Cannam M_PI tonioni
2015-03-25 Chris Cannam Fix to opening debug file tonioni
2015-03-23 Chris Cannam Merge from cxx11 branch tonioni
2015-03-23 Chris Cannam Merge from default branch tonioni