diff src/Analyser.h @ 269:8eb167e817e7

Remove any pitch candidate layers and selections before saving session
author Chris Cannam
date Thu, 03 Apr 2014 09:04:33 +0100
parents 46d59edfd18a
children 2a2fd6eb8fa8
line wrap: on
line diff
--- a/src/Analyser.h	Thu Apr 03 08:51:30 2014 +0100
+++ b/src/Analyser.h	Thu Apr 03 09:04:33 2014 +0100
@@ -180,6 +180,14 @@
     void abandonReAnalysis(Selection sel);
 
     /**
+     * Remove any re-analysis layers, without any expectation of
+     * adding them later, unlike showPitchCandidates(false), and
+     * without changing the current pitch track, unlike
+     * abandonReAnalysis().
+     */
+    void clearReAnalysis();
+
+    /**
      * Import the pitch track from the given layer into our
      * pitch-track layer.
      */