8000 GitHub - chrisdonahue/midi2key_linux: Simple script to convert MIDI inputs to hotkeys on linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chrisdonahue/midi2key_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Daemon to map MIDI input to keyboard strokes

Currently hardcoded to map piano sustain pedal to Zoom push-to-talk (Alt+A)

Instructions:

  1. sudo apt install xdotool
  2. aseqdump -l; replace Scarlett with name of your MIDI device
  3. Replace mapping in case list with desired mapping
  4. sudo cp midi2key.sh /usr/local/bin/midi2key
  5. Run with midi2key &

I have so far been unsuccessful getting this to run on startup on Ubuntu 20.04, as it needs to be run in userland after display/MIDI device have been initialized. Things I've tried below that haven't worked:

  • crontab -e (note do not run this as sudo as script needs to be run as user); add @reboot /usr/local/bin/midi2key & to end of file

About

Simple script to convert MIDI inputs to hotkeys on linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0