Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.h @ 2560:cbde01e5c626 smoother-recording
Add record-mono setting
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2020 17:04:54 +0100 |
parents | 2197ba438a3f |
children |
comparison
equal
deleted
inserted
replaced
2559:ec038862e0e8 | 2560:cbde01e5c626 |
---|---|
66 void propertyLayoutChanged(int layout); | 66 void propertyLayoutChanged(int layout); |
67 void tuningFrequencyChanged(double freq); | 67 void tuningFrequencyChanged(double freq); |
68 void audioImplementationChanged(int impl); | 68 void audioImplementationChanged(int impl); |
69 void audioPlaybackDeviceChanged(int device); | 69 void audioPlaybackDeviceChanged(int device); |
70 void audioRecordDeviceChanged(int device); | 70 void audioRecordDeviceChanged(int device); |
71 void recordMonoChanged(int state); | |
71 void resampleOnLoadChanged(int state); | 72 void resampleOnLoadChanged(int state); |
72 void gaplessModeChanged(int state); | 73 void gaplessModeChanged(int state); |
73 void vampProcessSeparationChanged(int state); | 74 void vampProcessSeparationChanged(int state); |
74 void tempDirRootChanged(QString root); | 75 void tempDirRootChanged(QString root); |
75 void backgroundModeChanged(int mode); | 76 void backgroundModeChanged(int mode); |
123 int m_propertyLayout; | 124 int m_propertyLayout; |
124 double m_tuningFrequency; | 125 double m_tuningFrequency; |
125 int m_audioImplementation; | 126 int m_audioImplementation; |
126 int m_audioPlaybackDevice; | 127 int m_audioPlaybackDevice; |
127 int m_audioRecordDevice; | 128 int m_audioRecordDevice; |
129 bool m_recordMono; | |
128 bool m_resampleOnLoad; | 130 bool m_resampleOnLoad; |
129 bool m_gapless; | 131 bool m_gapless; |
130 bool m_runPluginsInProcess; | 132 bool m_runPluginsInProcess; |
131 bool m_networkPermission; | 133 bool m_networkPermission; |
132 bool m_retina; | 134 bool m_retina; |