Releases: daverage/nam-mixer
Releases · daverage/nam-mixer
Release list
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.5
v0.3.3
NAM Mixer v0.3.3 — Manual "Check for updates" in Settings
- Settings now has an Updates card with a Check for updates button. It only ever contacts GitHub when clicked — never automatically. Reports "you're up to date", or a direct download link to the matching installer (desktop app) / release notes + a
git pullhint (running from source).
Full Changelog: v0.3.2...v0.3.3
v0.3.2
NAM Mixer v0.3.2 — Fix: Continuous Gain "New project" in the packaged app
- Fixed: clicking New project in Continuous Gain did nothing in the downloaded desktop app. It used
window.prompt(), which packaged WebViews (WKWebView on macOS, WebView2 on Windows) commonly don't implement even thoughwindow.confirm()works. Replaced with an inline name field, matching how the rest of the app collects names.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
NAM Mixer v0.3.1 — Continuous Gain fixes and disk-space hygiene
Follow-up to v0.3.0's Continuous Gain tab: bug fixes and cleanup, no new features.
- Fixed 4 test failures caused by a real local
.envleaking into the local-LLM tests (one was a genuinely stale hardcoded expectation the fix uncovered). - Uploaded amp/cab files and internal render-source copies are now freed when the session(s) that used them are deleted, instead of accumulating forever; a startup sweep also clears render copies that never became a saved session.
- Archived the dead pre-v3 single-NAM research modules and stray experiment output that had accumulated in the branch.
See v0.3.0's notes for what Continuous Gain itself does.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
NAM Mixer v0.3.0 — Continuous Gain
New: the Continuous Gain tab. Turn several fixed-gain captures of one amp and channel into one standard .nam that you sweep with an ordinary player's Input gain.
- Four guided stages in the Builder's own layout: add captures → analyse & select → train → test & export.
- Captures are probed and audited; the training subset is chosen from measurements (Automatic / Use all / Custom), with the reason for every capture shown.
- Trains with the same Kaggle / local training section as the Builder, using the validated recipe (official NAM input + real guitar DIs at level offsets, response-distance anchors on −20…+14 dB).
- Validation against your real captures, an Input-gain sweep and A/B clips, and an export package (
.nam+ metadata + player guide). - Projects live in Sessions, labelled Continuous Gain; Sessions → Load opens the tab.
- Much faster analysis (parallel renders and a per-capture probe cache): about 3× on a 19-capture set, results identical.
Downloads below use fixed names, so the links in the README always point at the latest release. Builds are unsigned (macOS: right-click → Open).
Not yet verified: the packaged desktop build's Continuous Gain tab on Windows/Linux, and 60-epoch model quality by listening.
Full Changelog: v0.2.3...v0.3.0