log framework/Align.cpp @ 718:464fed3096f5

age author description
Thu, 31 Oct 2019 11:28:35 +0000 Chris Cannam Avoid deadlock when process finishes immediately (so alignmentProgramFinished is called from waitForStarted while mutex already held)
Tue, 29 Oct 2019 15:59:42 +0000 Chris Cannam More debug output, and fix crash after failed external-program alignment
Tue, 29 Oct 2019 12:47:44 +0000 Chris Cannam If no local filename (e.g. when decoded to memory), get the local filename from the file source (e.g. cached version of encoded file)
Thu, 29 Aug 2019 14:48:05 +0100 Chris Cannam Settle on what seem like reliable parameters
Thu, 15 Aug 2019 18:18:46 +0100 Chris Cannam Record relative pitch in alignment model for display
Thu, 15 Aug 2019 16:27:47 +0100 Chris Cannam Experimental version using TIPIC features. Not working well - needs review tipic
Wed, 14 Aug 2019 13:55:12 +0100 Chris Cannam Abandon ongoing alignment if asked to re-align before it has completed
Thu, 08 Aug 2019 13:34:12 +0100 Chris Cannam Some messing with parameters
Thu, 01 Aug 2019 15:21:13 +0100 Chris Cannam Some parameters that may improve alignment
Thu, 01 Aug 2019 13:48:23 +0100 Chris Cannam Debug tidy
Fri, 12 Jul 2019 13:58:02 +0100 Chris Cannam Work on management of alignment-related models by-id
Fri, 05 Jul 2019 15:35:11 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Wed, 03 Jul 2019 13:01:26 +0100 Chris Cannam Toward updating Document for ModelById by-id
Mon, 24 Jun 2019 16:14:12 +0100 Chris Cannam Update for ModelById by-id
Thu, 13 Jun 2019 11:32:59 +0100 Chris Cannam Switch off fine-tuning for alignment, it shouldn't be necessary (I think?) and is quite a bit slower
Tue, 11 Jun 2019 13:39:50 +0100 Chris Cannam Abandon aggregate models on deletion (e.g. when document is replaced during processing)
Fri, 17 May 2019 13:49:25 +0100 Chris Cannam Remove some debug
Fri, 17 May 2019 09:45:12 +0100 Chris Cannam Provide facility to re-align models tuning-difference
Thu, 16 May 2019 15:55:46 +0100 Chris Cannam Make a completion figure available to alignment, + a couple of other fixes tuning-difference
Wed, 15 May 2019 17:52:22 +0100 Chris Cannam Experiment with optionally taking tuning difference into account for alignment tuning-difference
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, 26 Mar 2019 14:34:35 +0000 Chris Cannam Debug output osc-script
Wed, 20 Mar 2019 11:19:44 +0000 Chris Cannam Use matching-event search in tone generator single-point
Tue, 19 Mar 2019 13:06:58 +0000 Chris Cannam Further updates for new API - but we still need some more support in the API itself single-point
Mon, 26 Nov 2018 14:34:06 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Wed, 02 Mar 2016 17:25:27 +0000 Chris Cannam Merge in from SV 3.0-integration branches alignment-simple
Fri, 28 Nov 2014 10:33:25 +0000 Chris Cannam Wait for source files to be ready alignment_view
Fri, 21 Nov 2014 13:15:57 +0000 Chris Cannam Emit a signal when alignment completes alignment_view
Thu, 20 Nov 2014 17:17:45 +0000 Chris Cannam Seems more logical for the external alignment program to emit reference,other rather than other,reference alignment_view
Thu, 20 Nov 2014 16:18:17 +0000 Chris Cannam Delete the alignment model when alignment fails alignment_view
Thu, 20 Nov 2014 15:46:19 +0000 Chris Cannam Make alignment using an external program asynchronous alignment_view
Thu, 20 Nov 2014 14:08:01 +0000 Chris Cannam User preference for alignment program alignment_view
Fri, 14 Nov 2014 17:24:40 +0000 Chris Cannam Start making it possible to get alignment from an external program (not wired up yet though) alignment_view