A simple Python MIDI monitor for using DDJ-FLEX4 as alternative input devices for Minecraft.
A simple Python MIDI monitor for using DDJ-FLEX4 as alternative input devices for Minecraft.
I’ve got some basic controls working. As shown in the video, movement (WASD) is controlled using the jog wheels on both decks. My next goal is to build a fully configurable system that anyone can adapt to their own preferences.
Log in to leave a comment
I wrote a Python script that allows selecting a MIDI controller and displays all incoming input data in real time. The script detects buttons, knobs, faders, and jog wheels and prints their MIDI events, making it easy to analyze and understand the controller’s behavior. Next, I’m starting to figure out the best way to track these inputs and translate them into real Minecraft key bindings.
Log in to leave a comment