diff main/PreferencesDialog.h @ 702:c7945dad2f49

Make octave numbering configurable, and change default to C4 = middle C
author Chris Cannam
date Thu, 27 Mar 2014 13:32:56 +0000
parents 7f7fba33b7de
children fbd2534d17f8
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Tue Mar 11 17:29:58 2014 +0000
+++ b/main/PreferencesDialog.h	Thu Mar 27 13:32:56 2014 +0000
@@ -57,6 +57,7 @@
     void tempDirRootChanged(QString root);
     void backgroundModeChanged(int mode);
     void timeToTextModeChanged(int mode);
+    void octaveSystemChanged(int system);
     void viewFontSizeChanged(int sz);
     void showSplashChanged(int state);
     void defaultTemplateChanged(int);
@@ -96,6 +97,7 @@
     QString m_tempDirRoot;
     int m_backgroundMode;
     int m_timeToTextMode;
+    int m_octaveSystem;
     int m_viewFontSize;
     bool m_showSplash;