log

age author description
Fri, 14 Aug 2020 10:44:44 +0100 Chris Cannam Switch off copious debug in soft synth driving default tip
Fri, 14 Aug 2020 10:42:37 +0100 Chris Cannam Make some debug output less obvious
Tue, 21 Jul 2020 13:59:29 +0100 Chris Cannam Merge
Tue, 21 Jul 2020 13:59:14 +0100 Chris Cannam OK I give in, we are going to have to put this in a separate DLL so we can deploy a version on Win7 that doesn't have the WinRT dependency
Fri, 26 Jun 2020 12:13:13 +0100 Chris Cannam We need to be c++11 compatible here, and make_unique isn't in it
Fri, 26 Jun 2020 11:45:39 +0100 Chris Cannam Ensure completion on output model is started at zero, so if it's checked before the input model has become ready and the transform has begun, it is not accidentally reported as complete (affected re-aligning models in Sonic Lineup when replacing the session)
Thu, 25 Jun 2020 12:20:20 +0100 Chris Cannam Merge
Thu, 25 Jun 2020 12:20:06 +0100 Chris Cannam Ensure transforms are populated before instantiateDefaultPluginFor runs - otherwise if we have prior knowledge of a transform id, we can find ourselves trying to instantiate it before the plugin factory has heard of it and e.g. knows which server to use
Thu, 25 Jun 2020 09:30:17 +0100 Chris Cannam Comment only
Mon, 22 Jun 2020 16:57:09 +0100 Chris Cannam Merge from branch startup-timing
Thu, 18 Jun 2020 15:42:19 +0100 Chris Cannam Fix typo
Thu, 18 Jun 2020 15:07:40 +0100 Chris Cannam Fix comparisons that fail to link with older Qt libraries
Thu, 18 Jun 2020 13:43:20 +0100 Chris Cannam Merge from branch csv-import-headers
Thu, 18 Jun 2020 13:42:48 +0100 Chris Cannam Extend tests to include testing (at least some of) the actual data as well as the layout csv-import-headers
Thu, 18 Jun 2020 11:55:28 +0100 Chris Cannam Support headers in actual import step, + test csv-import-headers