main
reng 3 months ago
parent a7afe6b133
commit b30a3e3e0a
  1. 3
      src/App.jsx

@ -157,6 +157,9 @@ function App() {
sendOsc(OSC_ADDRESS.STOPCUE,'','all'); sendOsc(OSC_ADDRESS.STOPCUE,'','all');
sendOscToSound(OSC_ADDRESS.SCS_STOP_ALL, ''); sendOscToSound(OSC_ADDRESS.SCS_STOP_ALL, '');
// cear timer
if(refTimer.current) clearInterval(refTimer.current);
} }
function reset() { function reset() {
console.log('Reset all'); console.log('Reset all');

Loading…
Cancel
Save