diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-13 20:44:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-13 20:44:45 +0100 |
| commit | 3ddd928233130695d7f4eeee47a71409d8c04de7 (patch) | |
| tree | 9f616a27fc6492b30536a2a366cf9e7211a87a3d /src/wx/audio_panel.h | |
| parent | e8c5f14cb6736bdfa3610b2559c6c331c1c56984 (diff) | |
Very basic audio processing framework.
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 02faf6cd4..9a9d32698 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -43,6 +43,8 @@ private: void stream_changed (); void mapping_changed (AudioMapping); void setup_stream_description (); + void processor_changed (); + void setup_processors (); ContentSpinCtrlDouble<AudioContent>* _gain; wxButton* _gain_calculate_button; @@ -50,6 +52,7 @@ private: ContentSpinCtrl<AudioContent>* _delay; wxChoice* _stream; wxStaticText* _description; + wxChoice* _processor; AudioMappingView* _mapping; AudioDialog* _audio_dialog; }; |
