summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-16 10:31:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-16 10:31:18 +0100
commit4e6f15f602c605804f95c6b06af9bf79eaf2dde1 (patch)
tree00fb9eb482b3a770b99cb57a4f2e8968416124ec /src/wx/audio_panel.h
parentdd59755d86cdb1892bb0ba4d69af520cee4aa964 (diff)
Front-end to set up referencing of DCPs.
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 00b06442e..47deaf261 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -45,7 +45,10 @@ private:
void setup_description ();
void setup_peak ();
void active_jobs_changed (boost::optional<std::string>);
+ void setup_sensitivity ();
+ void reference_clicked ();
+ wxCheckBox* _reference;
wxButton* _show;
ContentSpinCtrlDouble<AudioContent>* _gain;
wxButton* _gain_calculate_button;