summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-03 13:52:10 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 10:21:11 +0100
commitb0834f33e972a6e7b0d234d09e420007943a136d (patch)
treeaac5cde453a18983a7c87462e1042ecd520218a4 /src/wx/audio_panel.h
parentd2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5 (diff)
Peak value of audio into the audio tab.
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index e4ccfaf3d..00b06442e 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -43,10 +43,13 @@ private:
void gain_calculate_button_clicked ();
void mapping_changed (AudioMapping);
void setup_description ();
+ void setup_peak ();
+ void active_jobs_changed (boost::optional<std::string>);
wxButton* _show;
ContentSpinCtrlDouble<AudioContent>* _gain;
wxButton* _gain_calculate_button;
+ wxStaticText* _peak;
ContentSpinCtrl<AudioContent>* _delay;
AudioMappingView* _mapping;
wxStaticText* _description;