summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-06 23:21:03 +0200
committercah <cth@carlh.net>2025-07-10 22:49:00 +0200
commit370d9dcda402a59ee27dfd06c12ff96ddd3c881e (patch)
tree2f4b5c303841e4dd4518eafb85ad0d53d5577b11 /src/wx/audio_panel.cc
parent82ec497e1cd3574e3f589abb898c440f5506f14b (diff)
Mention audio processor in the audio matrix.
Diffstat (limited to 'src/wx/audio_panel.cc')
-rw-r--r--src/wx/audio_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index 41e073dd1..f91d21da0 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -195,6 +195,7 @@ AudioPanel::film_changed (FilmProperty property)
case FilmProperty::AUDIO_CHANNELS:
case FilmProperty::AUDIO_PROCESSOR:
_mapping->set_output_channels (_parent->film()->audio_output_names ());
+ _mapping->set_top_label(std_to_wx(_parent->film()->audio_output_name()));
setup_peak ();
setup_sensitivity();
break;