Mercurial > hg > svcore
log data/model/SparseTimeValueModel.h @ 1671:82d03c9661f9 single-point
age | author | description |
---|---|---|
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 |
Fri, 22 Mar 2019 11:04:51 +0000 | Chris Cannam | Update TextModel single-point |
Thu, 21 Mar 2019 11:35:30 +0000 | Chris Cannam | Work on start/end frame stuff to match API description single-point |
Wed, 20 Mar 2019 16:22:13 +0000 | Chris Cannam | Start updating SparseOneDimensionalModel single-point |