diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
| commit | 401af8742fe5b2bb3ec117acdc4b0b36bc8f5047 (patch) | |
| tree | 903a138f847c19c9bfa7dca675abdc9b5ff11231 /src/wx/audio_panel.h | |
| parent | 2857a60daf47286979a813ebefd892757de4f113 (diff) | |
Interface levels in audio tab.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 66667e1ad..56b6fbe84 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -49,13 +49,18 @@ private: void active_jobs_changed (boost::optional<std::string>, boost::optional<std::string>); void setup_sensitivity (); void reference_clicked (); + void add_to_grid (); wxCheckBox* _reference; wxStaticText* _reference_note; wxButton* _show; + wxStaticText* _gain_label; + wxStaticText* _gain_db_label; ContentSpinCtrlDouble<AudioContent>* _gain; wxButton* _gain_calculate_button; wxStaticText* _peak; + wxStaticText* _delay_label; + wxStaticText* _delay_ms_label; ContentSpinCtrl<AudioContent>* _delay; AudioMappingView* _mapping; wxStaticText* _description; |
