comparison main/PreferencesDialog.h @ 1379:a264b51728cf 3.0-integration

Add gapless preference to prefs dialog; much work on audio read tests
author Chris Cannam
date Thu, 01 Dec 2016 17:45:41 +0000
parents 5a1a3538ff4e
children 032bf0b11de9
comparison
equal deleted inserted replaced
1378:b805ab287c63 1379:a264b51728cf
55 void propertyLayoutChanged(int layout); 55 void propertyLayoutChanged(int layout);
56 void tuningFrequencyChanged(double freq); 56 void tuningFrequencyChanged(double freq);
57 void audioDeviceChanged(int device); 57 void audioDeviceChanged(int device);
58 void resampleQualityChanged(int quality); 58 void resampleQualityChanged(int quality);
59 void resampleOnLoadChanged(int state); 59 void resampleOnLoadChanged(int state);
60 void gaplessModeChanged(int state);
60 void vampProcessSeparationChanged(int state); 61 void vampProcessSeparationChanged(int state);
61 void tempDirRootChanged(QString root); 62 void tempDirRootChanged(QString root);
62 void backgroundModeChanged(int mode); 63 void backgroundModeChanged(int mode);
63 void timeToTextModeChanged(int mode); 64 void timeToTextModeChanged(int mode);
64 void showHMSChanged(int state); 65 void showHMSChanged(int state);
100 int m_propertyLayout; 101 int m_propertyLayout;
101 double m_tuningFrequency; 102 double m_tuningFrequency;
102 int m_audioDevice; 103 int m_audioDevice;
103 int m_resampleQuality; 104 int m_resampleQuality;
104 bool m_resampleOnLoad; 105 bool m_resampleOnLoad;
106 bool m_gapless;
105 bool m_runPluginsInProcess; 107 bool m_runPluginsInProcess;
106 bool m_networkPermission; 108 bool m_networkPermission;
107 bool m_retina; 109 bool m_retina;
108 QString m_tempDirRoot; 110 QString m_tempDirRoot;
109 int m_backgroundMode; 111 int m_backgroundMode;