comparison 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
comparison
equal deleted inserted replaced
197:73fafd70996e 198:bb391844e2aa
30 bool withOSCSupport = true); 30 bool withOSCSupport = true);
31 virtual ~MainWindow(); 31 virtual ~MainWindow();
32 32
33 signals: 33 signals:
34 virtual void canChangePitchCandidate(bool); 34 virtual void canChangePitchCandidate(bool);
35 virtual void canChangeToHigherCandidate(bool);
36 virtual void canChangeToLowerCandidate(bool);
35 37
36 public slots: 38 public slots:
37 virtual bool commitData(bool mayAskUser); // on session shutdown 39 virtual bool commitData(bool mayAskUser); // on session shutdown
38 40
39 protected slots: 41 protected slots: