log data/model/AggregateWaveModel.h @ 1886:f803d3c33f76 tip

age author description
2019-07-19 Chris Cannam Correct some erroneous signal signatures
2019-07-17 Chris Cannam Remove comment - these are now connected by-id
2019-06-21 Chris Cannam Experiment updating AggregateWaveModel by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-03-27 Chris Cannam Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady(). single-point
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2017-02-27 Chris Cannam And say so
2017-02-27 Chris Cannam Invalidate an aggregate model when one of its components announces it's about to be deleted
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-06-10 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-07 Chris Cannam * Ensure waveforms are strictly correct even when using a non-power-of-two
2008-01-24 Chris Cannam * Add wave file model method for reading more than one channel at once,
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).