X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.h;h=ad7d6081bf656b82a863ea943ab039712f08c4da;hb=0a93237cb5e4642d3b698ff9b7d0cfae5401478c;hp=d5821d26abd3446844bff8e8aae1b3022901f187;hpb=391d85619ac19a2a93696ddc35c222eb9bb5d9d6;p=dcpomatic.git diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index d5821d26a..ad7d6081b 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington + Copyright (C) 2012-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 @@ -40,17 +40,16 @@ public: private: void gain_calculate_button_clicked (); void show_clicked (); - void stream_changed (); void mapping_changed (AudioMapping); - void processor_changed (); - void setup_processors (); + void setup_description (); ContentSpinCtrlDouble* _gain; wxButton* _gain_calculate_button; wxButton* _show; ContentSpinCtrl* _delay; - wxChoice* _stream; - wxChoice* _processor; AudioMappingView* _mapping; + wxStaticText* _description; AudioDialog* _audio_dialog; + + boost::signals2::scoped_connection _mapping_connection; };