MIDI Keyboard input for Core Keeper Instruments. Original script created by Steam user Minihat. Improvements by me.
- Python (download here: https://www.python.org/downloads/, note: important to add Python to $PATH during installation, it's a checkbox option)
- pip (package installer for Python, gets installed with Python)
Note: No other active program can use the MIDI keyboard while running the script.
- Open terminal
- Clone repository
git clone https://github.com/rasmussvala/Core-Keeper-MIDI-Keyboard.git
- Move into directory:
cd .\Core-Keeper-MIDI-Keyboard\
- Create virtual environment:
py -m venv .venv
- Activate virtual environment:
.\.venv\Scripts\activate
- Install packages:
pip install -r .\requirements.txt
- Run the script:
py .\midi_keyboard.py
- Open terminal
- Move into
Core-Keeper-MIDI-Keyboard
directory - Activate virtual environment:
.\.venv\Scripts\activate
- Run the script:
py .\midi_keyboard.py