diff --git a/src/App.jsx b/src/App.jsx index 88244e9..1c6b064 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -45,6 +45,7 @@ export default function App() { const [instrument, setInstrument] = useState('guitar') // 'guitar' | 'piano' const [showTuner, setShowTuner] = useState(false) const [showDebug, setShowDebug] = useState(false) + const [monoColor, setMonoColor] = useState(false) // ── Mic permission error ────────────────────────────────────────────────────── const [micError, setMicError] = useState(null) @@ -306,6 +307,16 @@ export default function App() {

Real-time key detection for live jams

+
)