From 1b94db7ecf7da3c2dc209e347a913bfebafe4cbb Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 20 Aug 2026 14:52:29 -0700 Subject: [PATCH] fix(core): resolve an audio bus by tag, re-read it, and clamp it like the render MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Review findings 2, 6, 7 plus one tail item. All four are the same bug wearing four hats: nothing that resolved a group element checked the tag, and one path froze the result for the session. **resolveGroupElement / isMemberGroupHidden (audioGroups.ts).** One tag-checked resolver, since `resolveAudioGroups` only ever accepted `` and every other reader used a bare `getElementById`. An `