Mercurial > hg > tony
diff src/Analyser.h @ 168:c5e4eaeb9a27
Add ability to delete selection of pitch track
author | Chris Cannam |
---|---|
date | Tue, 04 Feb 2014 13:55:26 +0000 |
parents | 6b6906017536 |
children | e33f9d052503 |
line wrap: on
line diff
--- a/src/Analyser.h Mon Feb 03 17:04:03 2014 +0000 +++ b/src/Analyser.h Tue Feb 04 13:55:26 2014 +0000 @@ -98,6 +98,18 @@ void switchPitchCandidate(Selection sel, bool up); /** + * Remove the pitch estimates from the selected area of the main + * pitch track. + */ + void clearPitches(Selection sel); + + /** + * Move the main pitch track and any active analysis candidate + * tracks up or down an octave in the selected area. + */ + void shiftOctave(Selection sel, bool up); + + /** * Remove any re-analysis layers. */ void clearReAnalysis();