X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_dialog.h;h=0f791dc160b0df41571c69378cc774195e3af919;hb=3a7c4ef4f35960702522642c496b561be138d322;hp=c99261150dda24da1bfbc670d2b67e0f78e0c4e2;hpb=92b6430402753a572c33d594ba0745a4e461edf4;p=dcpomatic.git diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index c99261150..0f791dc16 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,13 +41,17 @@ private: void smoothing_changed (); void try_to_load_analysis (); void analysis_finished (); - void setup_peak_time (); + void setup_statistics (); boost::shared_ptr _analysis; boost::weak_ptr _film; + int _channels; boost::shared_ptr _playlist; AudioPlot* _plot; - wxStaticText* _peak_time; + wxStaticText* _sample_peak; + wxStaticText* _true_peak; + wxStaticText* _integrated_loudness; + wxStaticText* _loudness_range; wxCheckBox* _channel_checkbox[MAX_DCP_AUDIO_CHANNELS]; wxCheckBox* _type_checkbox[AudioPoint::COUNT]; wxSlider* _smoothing;