diff data/model/AlignmentModel.cpp @ 1774:f19711ab7074

Optionally record relative pitch
author Chris Cannam
date Thu, 15 Aug 2019 18:18:03 +0100
parents 9945ad04c174
children edc2d0e635dc
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp	Wed Aug 14 13:54:23 2019 +0100
+++ b/data/model/AlignmentModel.cpp	Thu Aug 15 18:18:03 2019 +0100
@@ -28,7 +28,8 @@
     m_path(nullptr),
     m_reversePath(nullptr),
     m_pathBegun(false),
-    m_pathComplete(false)
+    m_pathComplete(false),
+    m_relativePitch(0)
 {
     setPathFrom(pathSource);