diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-03 13:52:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:11 +0100 |
| commit | b0834f33e972a6e7b0d234d09e420007943a136d (patch) | |
| tree | aac5cde453a18983a7c87462e1042ecd520218a4 /src/wx/audio_panel.h | |
| parent | d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5 (diff) | |
Peak value of audio into the audio tab.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 3 |
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; |
