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: 7 months 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: 2025-04-19T18:43:01.000Z (about 1 year ago)
- Last Synced: 2025-06-22T05:04:49.537Z (12 months ago)
- Topics: diy, midi, mido, python, rtmidi
- Language: Python
- Homepage:
- Size: 4.88 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`