Mercurial > hg > svcore
log data/model/AggregateWaveModel.h @ 1807:710b4e44901b
age | author | description |
---|---|---|
Fri, 19 Jul 2019 16:10:00 +0100 | Chris Cannam | Correct some erroneous signal signatures |
Wed, 17 Jul 2019 12:59:57 +0100 | Chris Cannam | Remove comment - these are now connected by-id |
Fri, 21 Jun 2019 14:35:38 +0100 | Chris Cannam | Experiment updating AggregateWaveModel by-id |
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 |
Mon, 26 Nov 2018 13:51:36 +0000 | Chris Cannam | Header guards fix-static-analysis |
Mon, 26 Nov 2018 13:48:45 +0000 | Chris Cannam | Use override throughout fix-static-analysis |