Prevent infinite loop of audio analysis if it is cancelled.
[dcpomatic.git] / src / wx / audio_plot.h
index 82f589f6ffb8b3f30640cbd313e56f0e835b8fef..5605f94a53486439e9d98a39322b7057e06a7281 100644 (file)
@@ -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;
 };