Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 474 Bytes

Python-Midi-Translator

Translates midi messages to key presses and volume control.

Config

The configuration is very simple. Below is a example...

setup:
  port: 0

PAD:
  36: F8
  37: "play/pause media"

POT:
  1: main
  2: Discord
  3: Chrome

We set the midi port to port zero and set the inividual actions. So when Pad no. 36 is pressed the F8 key will be pressed.

The config has to be placed in the same directory as the program!