Mercurial > hg > svcore
log data/model/ReadOnlyWaveFileModel.h @ 1886:f803d3c33f76 tip
age | author | description |
---|---|---|
Thu, 14 May 2020 16:36:48 +0100 | Chris Cannam | Use cancellable serialiser; add some more profiling points |
Wed, 19 Jun 2019 13:32:52 +0100 | Chris Cannam | Re-implement extendEndFrame behaviour, used by Tony application |
Wed, 27 Mar 2019 13:15:16 +0000 | 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 |