From f0880a9be51755df515432e62f629a59c95a5e5c Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 22:34:15 +0200 Subject: [PATCH] Actualiser src/features/menu/index.jsx --- src/features/menu/index.jsx | 159 ++++++++++++++---------------------- 1 file changed, 61 insertions(+), 98 deletions(-) diff --git a/src/features/menu/index.jsx b/src/features/menu/index.jsx index 08b30a0..335ba47 100644 --- a/src/features/menu/index.jsx +++ b/src/features/menu/index.jsx @@ -188,9 +188,7 @@ export default function Menu(props) {
@@ -199,129 +197,100 @@ export default function Menu(props) { {/* CONTENEUR DES BOUTONS D'ACTIONS */}
-
- Patch +
PATCHS
+
+ + + + + +
-
- + loadFile(e.target.files[0])} + /> - - -
- loadFile(e.target.files[0])} - /> -
- {/* liste single,multiple,vocoder */} -
- { + dispatch( + parameterUpdated({ + id: 'patch', + changes: { mode: value }, + }) + ); + }} + />
- - {/* 2 boutons Editor / Memory */} - -
-
Pages
-
- - - -
+
{/* Choix Timbre 1, Timbre 2, Vocoder, Arp/FX */}
-
- TIMBRES -
+ +
TIMBRES
@@ -337,16 +306,10 @@ export default function Menu(props) {
Aucun flux détecté...
) : ( midiLogs.map((log, idx) => ( -
- {log.text} -
+
{log.text}
)) )} -
-
+