]> git.sesse.net Git - kdenlive/blobdiff - src/audioscopes/audiospectrum.h
Audio Spectrum updated: dB values, frequency values
[kdenlive] / src / audioscopes / audiospectrum.h
index 94e0a3217812ef4cc238704e6656ad3bf50b6707..51f6e62cee29a3a3fd5ff4e7453a27a24e41bd1f 100644 (file)
@@ -39,6 +39,18 @@ private:
     QAction *m_aLog;
     QActionGroup *m_agScale;
 
+    QSize m_distance;
+
+    /** Lower bound for the dB value to display */
+    int m_dBmin;
+    /** Upper bound (max: 0) */
+    int m_dBmax;
+
+    uint m_freqMax;
+
+private slots:
+    void slotUpdateCfg();
+
 };
 
 #endif // AUDIOSPECTRUM_H