menuband: cmd-cmd launcher daemon + bipolar fx-chart X axis master
- MenuBandLauncher: tiny always-running helper that watches a double-tap right-⌘ via CGEventTap and spawns Menu Band.app directly (bypassing NSWorkspace, which would resolve the shared bundle back to the launcher itself). Signed with its own code-sign identifier so TCC tracks it independently and Accessibility trust survives rebuilds. - --focus-on-launch flag: launcher passes it on spawn, and AppDelegate fires toggleQuietFocusFromRightCommand 400ms post-init so a cold-launch cmd-cmd lands in the same popover- open + focus-armed state as a warm one. - Singleton guard in MenuBand/main.swift so the launcher and launchd KeepAlive don't fight over the NSStatusItem slot when both try to spawn at once. - Pitch-bend overlay: trackpad can re-engage the slide while the chart is still visible (gated on trackpadTouchActive so a passing mouse can't); plain horizontal swipe drives a bipolar fxX ∈ [-1, +1] — right is echo, left is space/reverb — so the puck slides past center on either side. Release ramp glides fxX back to 0 alongside the other fx. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>