log data/model/ReadOnlyWaveFileModel.h @ 1821:472865574b1a background-mode

age author description
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 Use override throughout fix-static-analysis
2018-10-18 Chris Cannam Cautiously ensure we don't report readiness when the model is still updating; + some debug
2018-09-07 Chris Cannam Comments import-audio-data
2017-03-07 Chris Cannam Untabify!
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2015-08-20 Chris Cannam Merge from branch recording 3.0-integration base data/model/WaveFileModel.h@44b8bc1c84ca
2015-08-19 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording base data/model/WaveFileModel.h@b81555e20a84