/* Console 2.0 — shared chrome for the simpler altitudes. */ const ALT_HREF = { in: { console: 'index.html', perform: 'perform.html', zen: 'zen.html' }, split: { console: 'console-split.html', perform: 'perform-split.html', zen: 'zen-split.html' }, out: { console: 'console-output.html', perform: 'perform-output.html', zen: 'zen-output.html' }, composite: { console: 'console-composite.html', perform: 'perform-split.html', zen: 'zen-split.html' }, }; function AltitudeNav({ current, focus = 'in', style }) { const items = [ { id: 'console', dots: '◆◆◆', label: 'Console' }, { id: 'perform', dots: '◆◆', label: 'Perform' }, { id: 'zen', dots: '◆', label: 'Zen' }, ]; const pill = (on) => ({ textDecoration: 'none', fontSize: 11, padding: '2px 8px', borderRadius: 'var(--r-pill)', color: on ? 'var(--accent)' : 'var(--fg-dim)', background: on ? 'rgba(255,106,0,0.14)' : 'transparent' }); const foc = [['in', 'IN'], ['split', 'DUAL'], ['out', 'OUT'], ['composite', 'FLEX']]; return (
); } /* MiniMeters — glanceable read-only output bars (no interaction). */ function MiniMeters({ params, values }) { const GC = { formant: '--accent', pitch: '--accent-2', amp: '--good', filter: '--warn', fx: '--info', mod: '--accent-3' }; return (