Actualiser src/features/menu/index.jsx
Deploy to home / deploy (push) Successful in 12s

This commit is contained in:
cvancau
2026-08-09 19:35:40 +02:00
parent af1843b67d
commit ce03e74206
+3 -1
View File
@@ -56,7 +56,6 @@ export default function Menu() {
registerPatchReceiver((rawSysExBytes) => {
try {
console.log('[MIDI] longueur SysEx:', rawSysExBytes.length);
console.log(
'[MIDI] RAW:',
Array.from(rawSysExBytes)
@@ -104,6 +103,9 @@ export default function Menu() {
useEffect(() => {
if (file) {
dispatch(parameterFromFile(return_store_from_file(file)));
if (!parsedStoreData.patch.name.trim()) {
parsedStoreData.patch.name = '------------';
}
}
}, [file, dispatch]);