Fix length of player output so it can be either the film's length or playlist's lengt...
[dcpomatic.git] / src / wx / audio_panel.h
index 09aae055246156269630b1130ef81966c3f3e5d0..f7161f10a8af39c9fb5729d7668f6b5f6c50d957 100644 (file)
@@ -50,6 +50,7 @@ private:
        void setup_sensitivity ();
        void reference_clicked ();
        void add_to_grid ();
+       boost::optional<float> peak () const;
 
        wxCheckBox* _reference;
        wxStaticText* _reference_note;