log data/model/AlignmentModel.h @ 1886:f803d3c33f76 tip

age author description
Fri, 22 May 2020 16:23:25 +0100 Chris Cannam Permit setting completion directly on the alignment model, if we aren't using a transform to populate the path source but are instead going to set the path directly after completion
Fri, 03 Apr 2020 17:11:05 +0100 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
Fri, 10 Jan 2020 14:29:54 +0000 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
Thu, 15 Aug 2019 18:18:03 +0100 Chris Cannam Optionally record relative pitch
Fri, 12 Jul 2019 13:57:42 +0100 Chris Cannam Work on management of alignment-related models 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
Wed, 26 Jun 2019 10:21:15 +0100 Chris Cannam More on alignment models and paths by-id
Tue, 25 Jun 2019 18:56:57 +0100 Chris Cannam More on AlignmentModel by-id
Tue, 25 Jun 2019 15:29:34 +0100 Chris Cannam Some messing with Model and AlignmentModel by-id
Wed, 19 Jun 2019 13:32:52 +0100 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
Wed, 15 May 2019 17:51:43 +0100 Chris Cannam Add error field to alignment model single-point
Wed, 24 Apr 2019 11:44:32 +0100 Chris Cannam Merge from default branch single-point