log data/model/ReadOnlyWaveFileModel.h @ 1808:871a2050236b

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