https://github.com/juanorihuela/keykorg
Keypad o Micropad DIY usando un MIDI y Python
https://github.com/juanorihuela/keykorg
diy midi mido python rtmidi
Last synced: about 9 hours ago
JSON representation
Keypad o Micropad DIY usando un MIDI y Python
- Host: GitHub
- URL: https://github.com/juanorihuela/keykorg
- Owner: juanorihuela
- Created: 2025-04-15T22:30:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-19T03:52:27.000Z (about 1 month ago)
- Last Synced: 2026-05-19T06:23:27.601Z (about 1 month ago)
- Topics: diy, midi, mido, python, rtmidi
- Language: Python
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# KeyKorg Script
Keypad o MicroPad DIY con MIDI
+ abrir un programa, terminal o ventana de navegador usando los pads del dispositivo
+ personalizar comandos y acciones para cada pad
## Estructura del proyecto
+ python
+ mido
+ rtmidi
+ pip (gestor de paquetes)
## Instalación
### clonar repositorio
`git clone `
### crear venv
Crea un entorno virtual para ejecutar el script
`python -m venv `
### instalar paquetes
Instala los paquetes usando yarn
`pip install -r requirements.txt`
### iniciar el script
`python src/control.py`