diff options
Diffstat (limited to 'src/wx/audio_plot.h')
| -rw-r--r-- | src/wx/audio_plot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 03bd79323..dfc1b18ae 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -30,10 +30,13 @@ public: void set_analysis (boost::shared_ptr<AudioAnalysis>); void set_channel (int c); + void set_gain (float); private: void paint (wxPaintEvent &); boost::shared_ptr<AudioAnalysis> _analysis; int _channel; + /** gain to apply in dB */ + float _gain; }; |
