comparison 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
comparison
equal deleted inserted replaced
268:577101c9fdb7 269:8eb167e817e7
178 * reAnalyseSelection. 178 * reAnalyseSelection.
179 */ 179 */
180 void abandonReAnalysis(Selection sel); 180 void abandonReAnalysis(Selection sel);
181 181
182 /** 182 /**
183 * Remove any re-analysis layers, without any expectation of
184 * adding them later, unlike showPitchCandidates(false), and
185 * without changing the current pitch track, unlike
186 * abandonReAnalysis().
187 */
188 void clearReAnalysis();
189
190 /**
183 * Import the pitch track from the given layer into our 191 * Import the pitch track from the given layer into our
184 * pitch-track layer. 192 * pitch-track layer.
185 */ 193 */
186 void takePitchTrackFrom(Layer *layer); 194 void takePitchTrackFrom(Layer *layer);
187 195