changeset 471:2478191b200a

Make the first-run default alignment preference be MATCH with pitch compensation (default otherwise is MATCH without)
author Chris Cannam
date Wed, 05 Aug 2020 16:07:04 +0100
parents 88a3f712283b
children 253e9a1c9f23
files main/MainWindow.cpp repoint-lock.json
diffstat 2 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri Jul 24 15:15:24 2020 +0100
+++ b/main/MainWindow.cpp	Wed Aug 05 16:07:04 2020 +0100
@@ -208,11 +208,7 @@
     settings.setValue("showcancelbuttons", false);
     settings.endGroup();
 
-    settings.beginGroup("Alignment");
-    if (!settings.contains("align-pitch-aware")) {
-        settings.setValue("align-pitch-aware", true);
-    }
-    settings.endGroup();
+    Align::setDefaultAlignmentPreference(Align::MATCHAlignmentWithPitchCompare);
 
     m_viewManager->setAlignMode(true);
     m_viewManager->setPlaySoloMode(true);
--- a/repoint-lock.json	Fri Jul 24 15:15:24 2020 +0100
+++ b/repoint-lock.json	Wed Aug 05 16:07:04 2020 +0100
@@ -10,7 +10,7 @@
       "pin": "cbbb411da977"
     },
     "svapp": {
-      "pin": "ee430e9ffccc"
+      "pin": "e136dd3bb5c6"
     },
     "checker": {
       "pin": "e839338d3869"