instrument: fix AHD DecayEnd overlay/grab defect, pin flaky curve test, close comment/doc findings

This commit is contained in:
2026-07-31 10:19:45 -04:00
parent 2fa1405b06
commit 03fb471c92
10 changed files with 117 additions and 28 deletions
-5
View File
@@ -6,11 +6,6 @@
// configured an out-of-line render would put a call — and the envelope ticks behind it —
// across a TU boundary on the hottest path in the program. The per-NOTE half (start /
// retune / release / hardStop / presize) is cold enough to live in voice.cpp.
//
// DOCUMENTED ~600-line-ceiling EXCEPTION (root CLAUDE.md structural heuristic 1): this file
// is over the ceiling because of the constraint above, not silent overshoot. A responsibility
// seam here would move part of advanceFrame's inline body out of this header, reintroducing
// the cross-TU call the header-inlining exists to avoid — worse than the overshoot.
#include <cmath>
#include <cstdint>