Thu, 18 Jul 2019 13:17:49 +0100 |
Chris Cannam |
Ensure the right model ID gets sent with the signal for alignment changes
|
Fri, 12 Jul 2019 13:57:42 +0100 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
Fri, 05 Jul 2019 16:55:27 +0100 |
Chris Cannam |
Tidy
by-id
|
Fri, 05 Jul 2019 15:28:07 +0100 |
Chris Cannam |
Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
by-id
|
Tue, 02 Jul 2019 15:28:51 +0100 |
Chris Cannam |
Comment
by-id
|
Fri, 28 Jun 2019 17:36:30 +0100 |
Chris Cannam |
Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests
by-id
|
Thu, 27 Jun 2019 13:08:10 +0100 |
Chris Cannam |
Work on commands, and some other model updates
by-id
|
Tue, 25 Jun 2019 15:29:34 +0100 |
Chris Cannam |
Some messing with Model and AlignmentModel
by-id
|
Fri, 21 Jun 2019 14:35:38 +0100 |
Chris Cannam |
Experiment updating AggregateWaveModel
by-id
|
Fri, 21 Jun 2019 13:37:00 +0100 |
Chris Cannam |
Introduce Model to ById
by-id
|
Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Thu, 28 Mar 2019 16:03:36 +0000 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
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
|
Wed, 27 Mar 2019 11:26:06 +0000 |
Chris Cannam |
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
single-point
|