A Python application to read and display MIDI data from a connected keyboard.
If you don't have Python installed, download and install it from python.org.
Run the following command in your terminal:
pip install -r requirements.txt
Windows doesn't have built-in MIDI drivers like macOS and Linux. You have a few options:
- Download and install loopMIDI
- Open loopMIDI and create a virtual MIDI port
- In your MIDI keyboard software, route MIDI output to the loopMIDI port
- Download and install rtpMIDI
- Configure it to connect to your MIDI device
Run the following command:
python midi_reader.py
Select the appropriate MIDI input port when prompted, and start playing your MIDI keyboard.
If no MIDI devices are detected:
- Make sure your MIDI keyboard is connected and powered on
- Verify that the appropriate drivers are installed
- For USB MIDI keyboards, try a different USB port
- Check if your keyboard requires specific drivers from the manufacturer
- Visualize the MIDI data graphically
- Record and save MIDI performances
- Add effects or transformations to the MIDI data