Ξ-W2-T1 remediation: print master gain into the bake, derive the window from the dialed sound, reset play mode to Trigger

This commit is contained in:
2026-08-01 17:05:28 -04:00
parent 60308a3655
commit 39c2d1cdb4
31 changed files with 679 additions and 201 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ REAPER/filesystem-facing half only, and it gathers rather than decides.
- **Prune is the single, exclusive file-deletion authority.** No bank op, no
capture op, no Design View op deletes a file; if any path other than prune
deletes a bank file, reject it in review.
deletes a bank file, reject it in review. The ONE carve-out — a shell removing
a file it wrote itself moments earlier that no index ever referenced, wherever
it sits — is stated in full at `prune_fs.cpp`'s header and nowhere else.
- **Dry-run first, always; no silent deletion.** Prune reports before it deletes
(orphan count, reclaimed size, and — for a small set — the files); actual
deletion is a confirmed second step. No periodic/background sweep.