Actualiser src/utils/midiHelper.js
Deploy to home / deploy (push) Successful in 11s

This commit is contained in:
cvancau
2026-08-09 19:22:19 +02:00
parent c226623d8f
commit 1db1e84f53
+1 -4
View File
@@ -143,10 +143,7 @@ const setupMidiInputListener = (inputPort) => {
if (data.length === EXPECTED_DUMP_LENGTH) {
dumpRetryCount = 0;
if (dumpRetryTimer) {
clearTimeout(dumpRetryTimer);
dumpRetryTimer = null;
}
if (dumpRetryTimer) clearTimeout(dumpRetryTimer);
logMidiActivity('in', '⬅️ DUMP OK', data);