(no title)
dsnuh
|
4 years ago
I made a little joke project a while back called "Keytarnetes" which used a MIDI controller (in this case a keytar from a Guitar Hero set) to run various actions against a Kubernetes cluster when you pressed the keys. It was really simple to hack together in a night using the mido python library. I basically just had a folder with shell scripts named after the notes and a process that polled for new keypresses and executed the script with the same name when that note that was pressed on the keytar. Maybe something like that could work for you?
No comments yet.