diff src/MainWindow.h @ 198:bb391844e2aa

Switching pitch candidate no longer wraps around: you can't go higher than the highest or lower than the lowest (though you can go either "up" or "down" if none of the alternate candidates has been selected yet, regardless of whether the candidates are higher or lower than the actual pitch track)
author Chris Cannam
date Wed, 05 Mar 2014 11:39:28 +0000
parents 34797795a76c
children e79f63161b41
line wrap: on
line diff
--- a/src/MainWindow.h	Wed Mar 05 11:31:55 2014 +0000
+++ b/src/MainWindow.h	Wed Mar 05 11:39:28 2014 +0000
@@ -32,6 +32,8 @@
 
 signals:
     virtual void canChangePitchCandidate(bool);
+    virtual void canChangeToHigherCandidate(bool);
+    virtual void canChangeToLowerCandidate(bool);
 
 public slots:
     virtual bool commitData(bool mayAskUser); // on session shutdown