graph
- Switch off copious debug in soft synth drivingdefault tip 2020-08-14, by Chris Cannam
- Make some debug output less obvious2020-08-14, by Chris Cannam
- Merge2020-07-21, by 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 dependency2020-07-21, by Chris Cannam
- We need to be c++11 compatible here, and make_unique isn't in it2020-06-26, by 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)2020-06-26, by Chris Cannam
- Merge2020-06-25, by 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 use2020-06-25, by Chris Cannam
- Comment only2020-06-25, by Chris Cannam
- Merge from branch startup-timing2020-06-22, by Chris Cannam
- Fix typo2020-06-18, by Chris Cannam
- Fix comparisons that fail to link with older Qt libraries2020-06-18, by Chris Cannam
- Merge from branch csv-import-headers2020-06-18, by Chris Cannam
- Extend tests to include testing (at least some of) the actual data as well as the layoutcsv-import-headers 2020-06-18, by Chris Cannam
- Support headers in actual import step, + testcsv-import-headers 2020-06-18, by Chris Cannam