log data/model/Model.h @ 1788:7fc6256af2d2

age author description
2019-07-18 Chris Cannam Ensure the right model ID gets sent with the signal for alignment changes
2019-07-12 Chris Cannam Work on management of alignment-related models by-id
2019-07-05 Chris Cannam Tidy by-id
2019-07-05 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
2019-07-02 Chris Cannam Comment by-id
2019-06-28 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
2019-06-27 Chris Cannam Work on commands, and some other model updates by-id
2019-06-25 Chris Cannam Some messing with Model and AlignmentModel by-id
2019-06-21 Chris Cannam Experiment updating AggregateWaveModel by-id
2019-06-21 Chris Cannam Introduce Model to ById by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
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
2019-03-27 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
2019-03-21 Chris Cannam Work on start/end frame stuff to match API description single-point
2019-03-05 Chris Cannam Pull out the Point class, plus start testing NoteModel, plus actually add the tests... single-point