Pan/EQ: label the advanced mode "12 band"; single recordings include the machine name

Two of Ed's test findings: the EQ mode picker still said "10 band advanced EQ" (it's 12 now);
and a single-file recording's name now carries the recorder's machine name too —
"<HH-mm-ss> RemSound recording <machine>.<ext>" — matching the split tracks. Held for release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ednunp
2026-07-07 20:36:17 +01:00
co-authored by Claude Opus 4.8
parent c138fdf39c
commit 57847ff358
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3155,7 +3155,7 @@ public sealed class MainForm : Form
panSlider.ValueChanged += (_, _) => OnPanChanged();
resetPeerEqButton.Click += (_, _) => OnResetPeerEq();
eqModeList.Items.Add("3 band basic EQ");
eqModeList.Items.Add("10 band advanced EQ");
eqModeList.Items.Add("12 band advanced EQ");
eqModeList.SelectedIndexChanged += (_, _) => OnEqModeChanged();
var peerLabel = new MnemonicLabel { Text = "Peer to shape (Alt+&U)", AutoSize = true, MnemonicTarget = panEqPeerList };