log data/model/AlignmentModel.h @ 1862:3072aa267248

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
Thu, 04 Apr 2019 11:15:43 +0100 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
Thu, 04 Apr 2019 11:15:43 +0100 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead single-point
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
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
Tue, 31 Mar 2015 12:12:31 +0100 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
Wed, 04 Mar 2015 12:01:04 +0000 Chris Cannam Introduce and use a samplerate type cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Thu, 20 Nov 2014 15:46:19 +0000 Chris Cannam Make alignment using an external program asynchronous
Fri, 14 Nov 2014 17:23:38 +0000 Chris Cannam Provide access to local filename
Thu, 17 Jul 2014 14:50:31 +0100 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
Tue, 17 Jun 2014 14:33:42 +0100 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
Tue, 29 Apr 2008 15:34:17 +0000 Chris Cannam * Save alignments to session file. Needs much testing.
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 28 Nov 2007 17:45:37 +0000 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
Thu, 22 Nov 2007 11:09:26 +0000 Chris Cannam * More space and time efficient AlignmentModel
Thu, 25 Oct 2007 14:32:23 +0000 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
Fri, 28 Sep 2007 13:56:38 +0000 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).