diff --git a/src/App.jsx b/src/App.jsx index e665792..1e3b932 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -157,6 +157,9 @@ function App() { sendOsc(OSC_ADDRESS.STOPCUE,'','all'); sendOscToSound(OSC_ADDRESS.SCS_STOP_ALL, ''); + + // cear timer + if(refTimer.current) clearInterval(refTimer.current); } function reset() { console.log('Reset all');