Mercurial > hg > tony
diff src/MainWindow.h @ 184:ea15fa75ae6f
Ctrl+Return now switches the alternate pitch candidates on and off; Ctrl+Up/Down selects among them
author | Chris Cannam |
---|---|
date | Sun, 23 Feb 2014 17:59:23 +0000 |
parents | e33f9d052503 |
children | dedd09297a3e |
line wrap: on
line diff
--- a/src/MainWindow.h Thu Feb 20 12:00:16 2014 +0000 +++ b/src/MainWindow.h Sun Feb 23 17:59:23 2014 +0000 @@ -52,7 +52,9 @@ virtual void clearPitches(); virtual void octaveShiftUp(); virtual void octaveShiftDown(); - virtual void switchPitch(); + virtual void togglePitchCandidates(); + virtual void switchPitchUp(); + virtual void switchPitchDown(); virtual void showAudioToggled(); virtual void showSpectToggled();