From 322054570a5444038985875ce58e4dcc0e32fcfd Mon Sep 17 00:00:00 2001 From: YeonV Date: Sat, 5 Oct 2024 03:35:57 +0200 Subject: [PATCH] Boom :) --- src/components/Midi/LaunchpadButton.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Midi/LaunchpadButton.tsx b/src/components/Midi/LaunchpadButton.tsx index 7ec54785..730c66de 100644 --- a/src/components/Midi/LaunchpadButton.tsx +++ b/src/components/Midi/LaunchpadButton.tsx @@ -29,6 +29,7 @@ const LaunchpadButton = ({ const lpType = useStore((state) => state.lpType) const midiMapping = useStore((state) => state.midiMapping) const midiEvent = useStore((state) => state.midiEvent) + const initMidi = useStore((state) => state.initMidi) const setMidiMapping = useStore((state) => state.setMidiMapping) const midiSceneInactiveColor = useStore((state) => state.midiColors.sceneInactiveColor) const midiSceneActiveColor = useStore((state) => state.midiColors.sceneActiveColor) @@ -165,7 +166,10 @@ const LaunchpadButton = ({ -