X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Faudio_plot.h;h=5605f94a53486439e9d98a39322b7057e06a7281;hb=45a523803b72cf132b44b6feec543e3587becf3a;hp=82f589f6ffb8b3f30640cbd313e56f0e835b8fef;hpb=8b05d71534e5e27ef4514af781a9e9d1259e7c03;p=dcpomatic.git diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 82f589f6f..5605f94a5 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -33,6 +33,7 @@ public: void set_type_visible (int t, bool v); void set_gain (float); void set_smoothing (int); + void set_message (wxString); static const int max_smoothing; @@ -57,5 +58,7 @@ private: float _x_scale; float _y_scale; + wxString _message; + static const int _minimum; };