]> git.sesse.net Git - kdenlive/blobdiff - src/audioscopes/spectrogram.h
Audio Spectrum: Option to show maximum values added (decreases with the Moving Averag...
[kdenlive] / src / audioscopes / spectrogram.h
index 699d5b96e1147bb8b27a583b097561fee087359b..29a94c0aa080b710901ad5819afc678f286a9eb3 100644 (file)
@@ -59,6 +59,8 @@ private:
     Ui::Spectrogram_UI *ui;
     FFTTools m_fftTools;
     QAction *m_aResetHz;
+    QAction *m_aGrid;
+    QAction *m_aTrackMouse;
 
     QList<QVector<float> > m_fftHistory;
     QImage m_fftHistoryImg;
@@ -66,7 +68,7 @@ private:
     int m_dBmin;
     int m_dBmax;
 
-    uint m_freqMax;
+    int m_freqMax;
     bool m_customFreq;
 
     bool m_parameterChanged;