log

age author description
Tue, 02 Jul 2019 21:10:25 +0100 Chris Cannam Overhaul audio generator for ModelById by-id
Mon, 24 Jun 2019 16:14:12 +0100 Chris Cannam Update for ModelById by-id
Fri, 14 Jun 2019 17:19:37 +0100 Chris Cannam Reset source sample rate when last model removed
Thu, 13 Jun 2019 20:36:10 +0100 Chris Cannam Defer alignment for recorded audio until recording is complete
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)
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)
Wed, 22 May 2019 15:41:29 +0100 Chris Cannam Branch 3.3-stable
Fri, 17 May 2019 13:49:25 +0100 Chris Cannam Remove some debug
Fri, 17 May 2019 09:46:22 +0100 Chris Cannam Merge from branch tuning-difference
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
Tue, 14 May 2019 14:51:09 +0100 Chris Cannam Permit subclass to determine window title format single-point
Tue, 30 Apr 2019 11:36:38 +0100 Chris Cannam Experimental branch based on Thorn C++ code from RG thorn-cpp
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:57 +0100 Chris Cannam Avoid arbitrarily reordering models from file order on load 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 14:34:00 +0000 Chris Cannam Add exportLayerTo (moved here from MainWindow) single-point
Thu, 28 Mar 2019 13:37:40 +0000 Chris Cannam Support reading OSC script from stdin; make it possible to run OSC script even without external OSC port single-point
Thu, 28 Mar 2019 11:55:54 +0000 Chris Cannam Update to using export IDs stored in the XmlExportables single-point
Thu, 28 Mar 2019 10:39:53 +0000 Chris Cannam Merge from branch osc-script single-point
Tue, 26 Mar 2019 14:34:35 +0000 Chris Cannam Debug output osc-script
Mon, 25 Mar 2019 15:49:23 +0000 Chris Cannam Toward running an OSC script in batch osc-script
Fri, 22 Mar 2019 17:49:23 +0000 Chris Cannam Use updated ImageModel single-point
Fri, 22 Mar 2019 11:05:29 +0000 Chris Cannam Use updated TextModel single-point
Thu, 21 Mar 2019 13:34:34 +0000 Chris Cannam Updates for SparseOneDimensionalModel in new API single-point
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
Fri, 15 Mar 2019 14:24:46 +0000 Chris Cannam Update following RegionModel API change single-point
Fri, 15 Mar 2019 11:09:34 +0000 Chris Cannam Update to use external commands single-point
Thu, 14 Mar 2019 15:33:40 +0000 Chris Cannam Updates for single-point changes, including removal of FlexiNoteModel single-point
Fri, 08 Mar 2019 13:37:51 +0000 Chris Cannam Build fix for single-point changes single-point
Wed, 09 Jan 2019 15:25:09 +0000 Chris Cannam Merge from branch fix-static-analysis
Wed, 09 Jan 2019 14:42:25 +0000 Chris Cannam Provide path, not just initial format, to dialog to enable re-guessing if user changes separator
Tue, 08 Jan 2019 15:19:03 +0000 Chris Cannam Minor warning text fix
Fri, 04 Jan 2019 15:23:53 +0000 Chris Cannam Wire up modelAboutToBeDeleted which appears to have been missed earlier - fixing crash when timer fires after model deleted e.g. on app exit
Wed, 19 Dec 2018 09:31:47 +0000 Chris Cannam Fix overlooked int -> ZoomLevel update (thanks bluemoon)
Wed, 19 Dec 2018 09:29:05 +0000 Chris Cannam Fix crash on exit when not using OSC (https://sourceforge.net/p/sv1/bugs/263/)
Tue, 04 Dec 2018 13:49:20 +0000 Chris Cannam Merge from default branch fix-static-analysis
Thu, 29 Nov 2018 14:25:50 +0000 Chris Cannam Ensure that undo restores deleted pane's layers in their original order
Mon, 26 Nov 2018 14:34:06 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 26 Nov 2018 13:53:57 +0000 Chris Cannam Header guards fix-static-analysis
Mon, 26 Nov 2018 13:53:26 +0000 Chris Cannam Use override throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:43 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Fri, 09 Nov 2018 15:38:49 +0000 Chris Cannam Try to avoid deleting thread while OSC interface is still being set up
Tue, 06 Nov 2018 08:59:08 +0000 Chris Cannam Merge from default branch zoom
Thu, 18 Oct 2018 13:22:16 +0100 Chris Cannam Minor debug change
Mon, 15 Oct 2018 15:50:39 +0100 Chris Cannam Further work on #1773 "Loading a session with features extracted from multiplexed inputs". Re-read the aggregate wave models from the session file; also re-order the way they are written so as to improve the likelihood of successfully re-reading them (! - as it stood before, there was some chance involved)
Wed, 10 Oct 2018 08:44:37 +0100 Chris Cannam Merge from branch zoom
Tue, 09 Oct 2018 15:55:26 +0100 Chris Cannam Merge from default branch zoom
Tue, 09 Oct 2018 15:55:16 +0100 Chris Cannam Don't resample an incoming audio file to match the main model's rate, if the aim of importing is to replace the main model anyway
Tue, 09 Oct 2018 12:53:23 +0100 Chris Cannam This should be on SVCERR zoom
Thu, 20 Sep 2018 11:45:37 +0100 Chris Cannam ZoomLevel fixes zoom
Wed, 12 Sep 2018 15:58:35 +0100 Chris Cannam Merge from branch import-audio-data