AnimalMonk commited on
Commit
3b129b2
·
verified ·
1 Parent(s): 5657b91

v3.7 changelog — Auto Master + UI improvements

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +15 -0
CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
  # Changelog — Audio Mastering Suite
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ## v3.6 — 2026-03-11
4
 
5
  ### Signal Flow Reorder — Compression Before Stereo Width
 
1
  # Changelog — Audio Mastering Suite
2
 
3
+ ## v3.7 — 2026-03-11
4
+
5
+ ### Auto Master
6
+ - **New "Auto Master" button** — One-click iterative AI mastering loop: AI Recommend → Master → AI Compare with revised values → Re-master → AI Compare → Re-master → Final AI Compare report. 3 mastering passes, 4 Gemini API calls, ~2 minutes
7
+ - **`compare_master_structured()`** — New analysis function that returns both a markdown comparison report and structured JSON slider values, enabling the auto-master loop to apply AI-suggested adjustments automatically
8
+ - **`_clamp_settings()` / `_strip_json()` helpers** — Extracted shared utilities from `recommend_settings()` for reuse by the new structured compare function
9
+
10
+ ### UI Improvements
11
+ - **AI Compare button hidden until mastered** — Now starts invisible and appears alongside the Download button only after mastering completes
12
+ - **AI comparison report moved above mastered playback** — Report text displays above the audio player for better reading flow
13
+ - **AI Reasoning display moved below upload** — AI Recommend analysis text now appears directly below the file upload block
14
+ - **Browser password autofill disabled** on the AI Access Key field to prevent the password manager from covering the Preset dropdown
15
+
16
+ ---
17
+
18
  ## v3.6 — 2026-03-11
19
 
20
  ### Signal Flow Reorder — Compression Before Stereo Width