summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-13 20:44:45 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-13 20:44:45 +0100
commit3ddd928233130695d7f4eeee47a71409d8c04de7 (patch)
tree9f616a27fc6492b30536a2a366cf9e7211a87a3d /src/wx/audio_panel.h
parente8c5f14cb6736bdfa3610b2559c6c331c1c56984 (diff)
Very basic audio processing framework.
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 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;
};