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:
co-authored by
Claude Opus 4.8
parent
c138fdf39c
commit
57847ff358
@@ -264,7 +264,7 @@ internal sealed class RecordingController
|
||||
Path.Combine(BaseFolder(s), now.ToString("yyyy-MM-dd"));
|
||||
|
||||
private static string SingleTrackPath(RecordingSettings s, DateTime now) =>
|
||||
Path.Combine(DateFolder(s, now), $"{now:HH-mm-ss} RemSound recording.{AudioRecorder.ExtensionFor(s.FileFormat)}");
|
||||
Path.Combine(DateFolder(s, now), $"{now:HH-mm-ss} RemSound recording {Sanitize(Environment.MachineName)}.{AudioRecorder.ExtensionFor(s.FileFormat)}");
|
||||
|
||||
private static string MultiTrackFolder(RecordingSettings s, DateTime now) =>
|
||||
Path.Combine(DateFolder(s, now), $"{now:HH-mm-ss} RemSound recording multi track");
|
||||
|
||||
Reference in New Issue
Block a user