diff main/PreferencesDialog.h @ 32:e3b32dc5180b

* Make resampler quality configurable * Fall back to linear resampling when playing very fast * Switch off transient detection in time stretcher when playing very very fast
author Chris Cannam
date Thu, 21 Sep 2006 11:17:19 +0000
parents 8b34a6460545
children c9930ec7a3f9
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Thu Sep 21 09:43:41 2006 +0000
+++ b/main/PreferencesDialog.h	Thu Sep 21 11:17:19 2006 +0000
@@ -36,6 +36,7 @@
     void smoothSpectrogramChanged(int state);
     void propertyLayoutChanged(int layout);
     void tuningFrequencyChanged(double freq);
+    void resampleQualityChanged(int quality);
 
     void okClicked();
     void applyClicked();
@@ -49,6 +50,7 @@
     bool  m_smoothSpectrogram;
     int   m_propertyLayout;
     float m_tuningFrequency;
+    int   m_resampleQuality;
 };
 
 #endif