summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-16 23:43:53 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 23:43:53 +0100
commit20200f69bbf5bf611eb301b1e793384ee7cd568d (patch)
treea52d5d53e10ea18b6716cc561f5089b37c24c870 /src
parent47eca1672334a9cf0f4b37de2f28a59b66403118 (diff)
edgecode hacks.
Diffstat (limited to 'src')
-rw-r--r--src/main_sound_configuration.cc22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/main_sound_configuration.cc b/src/main_sound_configuration.cc
index 0d933114..cbaa6ce5 100644
--- a/src/main_sound_configuration.cc
+++ b/src/main_sound_configuration.cc
@@ -108,16 +108,18 @@ MainSoundConfiguration::update_string()
return;
}
- switch (_field) {
- case MCASoundField::FIVE_POINT_ONE:
- _configuration = "51/";
- break;
- case MCASoundField::SEVEN_POINT_ONE:
- _configuration = "71/";
- break;
- default:
- DCP_ASSERT(false);
- }
+ // switch (_field) {
+ // case MCASoundField::FIVE_POINT_ONE:
+ // _configuration = "51/";
+ // break;
+ // case MCASoundField::SEVEN_POINT_ONE:
+ // _configuration = "71/";
+ // break;
+ // default:
+ // DCP_ASSERT(false);
+ // }
+
+ _configuration = "WTF/";
for (auto i: _channels) {
if (!i) {