log framework/Document.cpp @ 786:1089d65c585d tip

age author description
Fri, 14 Aug 2020 10:46:44 +0100 Chris Cannam Divert some debug output away from stderr default tip
Fri, 26 Jun 2020 13:48:52 +0100 Chris Cannam Merge from branch pitch-align
Fri, 29 May 2020 17:39:02 +0100 Chris Cannam Allow use of proper sparse models (i.e. retaining event time info) in alignment; use this to switch to note alignment, which is what we have most recently been doing in the external program. Not currently producing correct results, though pitch-align
Thu, 14 May 2020 16:38:48 +0100 Chris Cannam Profiling points
Wed, 06 May 2020 11:45:27 +0100 Chris Cannam Schedule alignments with a small delay to avoid too much UI unresponsiveness. Also overhaul error reporting to use signals throughout. pitch-align
Fri, 03 Apr 2020 10:17:46 +0100 Chris Cannam Move Align to new align directory pitch-align
Thu, 21 Nov 2019 14:28:47 +0000 Chris Cannam Avoid a compiler warning
Fri, 02 Aug 2019 16:50:20 +0100 Chris Cannam Use layer->getSourceModel
Thu, 18 Jul 2019 14:12:00 +0100 Chris Cannam Restore/reimplement cancelAsyncLayerCreation - I had forgotten Tony uses it
Wed, 17 Jul 2019 14:15:03 +0100 Chris Cannam Tidy-up by-id
Wed, 17 Jul 2019 13:28:37 +0100 Chris Cannam Tidy by-id
Wed, 17 Jul 2019 11:20:24 +0100 Chris Cannam Debug by-id
Fri, 12 Jul 2019 13:58:02 +0100 Chris Cannam Work on management of alignment-related models by-id
Fri, 12 Jul 2019 09:40:56 +0100 Chris Cannam Re-implement Document::releaseModel by-id
Fri, 05 Jul 2019 15:35:11 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Thu, 04 Jul 2019 18:04:59 +0100 Chris Cannam Update for changes to PlayParameters by-id
Wed, 03 Jul 2019 13:01:26 +0100 Chris Cannam Toward updating Document for ModelById by-id
Thu, 13 Jun 2019 20:36:10 +0100 Chris Cannam Defer alignment for recorded audio until recording is complete
Tue, 11 Jun 2019 13:39:17 +0100 Chris Cannam Ensure that AggregateModels are actually deleted on release despite not being in model list (ugh, this is ugly)
Fri, 17 May 2019 09:45:12 +0100 Chris Cannam Provide facility to re-align models tuning-difference
Wed, 15 May 2019 17:52:22 +0100 Chris Cannam Experiment with optionally taking tuning difference into account for alignment tuning-difference
Fri, 26 Apr 2019 18:39:46 +0100 Chris Cannam Ensure main model also gets aligned (as reference) single-point
Wed, 24 Apr 2019 11:45:31 +0100 Chris Cannam Merge from default branch single-point
Thu, 04 Apr 2019 16:17:11 +0100 Chris Cannam Update so Document owns the alignment model's input aggregate model
Thu, 04 Apr 2019 11:16:29 +0100 Chris Cannam Update so Document owns the alignment model's input aggregate model, just as any other model single-point
Tue, 02 Apr 2019 14:45:57 +0100 Chris Cannam Make layer order in document also stable on file load/save single-point
Tue, 02 Apr 2019 14:32:24 +0100 Chris Cannam Retain models in registration order, to assist in getting stable file format in load/save single-point
Tue, 02 Apr 2019 14:26:46 +0100 Chris Cannam Some debug output adjustments single-point
Thu, 28 Mar 2019 11:55:54 +0000 Chris Cannam Update to using export IDs stored in the XmlExportables single-point
Tue, 26 Mar 2019 14:34:35 +0000 Chris Cannam Debug output osc-script