Mercurial > hg > tony
comparison 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 |
comparison
equal
deleted
inserted
replaced
167:6b6906017536 | 168:c5e4eaeb9a27 |
---|---|
96 * analysis results. | 96 * analysis results. |
97 */ | 97 */ |
98 void switchPitchCandidate(Selection sel, bool up); | 98 void switchPitchCandidate(Selection sel, bool up); |
99 | 99 |
100 /** | 100 /** |
101 * Remove the pitch estimates from the selected area of the main | |
102 * pitch track. | |
103 */ | |
104 void clearPitches(Selection sel); | |
105 | |
106 /** | |
107 * Move the main pitch track and any active analysis candidate | |
108 * tracks up or down an octave in the selected area. | |
109 */ | |
110 void shiftOctave(Selection sel, bool up); | |
111 | |
112 /** | |
101 * Remove any re-analysis layers. | 113 * Remove any re-analysis layers. |
102 */ | 114 */ |
103 void clearReAnalysis(); | 115 void clearReAnalysis(); |
104 | 116 |
105 signals: | 117 signals: |