From 1fadfdf60bb2c02086c2c9689ea44c73bed41571 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Feb 2013 08:15:51 +0000 Subject: Pretty dumb smoothing. --- src/wx/audio_plot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/audio_plot.h') diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 4ac7f848c..fe8862d54 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -32,6 +32,7 @@ public: void set_channel_visible (int c, bool v); void set_type_visible (int t, bool v); void set_gain (float); + void set_smoothing (int); private: void paint (wxPaintEvent &); @@ -41,6 +42,7 @@ private: bool _type_visible[AudioPoint::COUNT]; /** gain to apply in dB */ float _gain; + int _smoothing; std::vector _colours; -- cgit v1.2.3