My (crappy) Bitwig-Keyboard-Extension-Harness

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

I got annoyed there was no arrow-keys-move-playhead command in Bitwig. And due to this thread: viewtopic.php?f=259&t=515892 I got REALLY annoyed we can't easily add keyboard shortcuts and hook em up to scripts.

So I tried to find the path of least resistance and after much googling, it turned out to be a couple of Python modules to handle keyboard hooks and midi.

The files are here: https://github.com/Karbonforms/Bitwig-K ... arness.git

The code is currently terrible, but there's not much, thankfully.

It's there in case anyone finds it useful or want to help add new shortcuts. I still consider it a bit convoluted, especially for those not used to Python, so if there are better ways of installing keyboard hooks that spit out sysex, I'm all ears!

Currently only left/right playhead movement and an utterly braindead proof-of-concept toggle-sends-off. :lol: I'll accept any pull requests.

edit: Added some (partially redundant) open-main-synth-on-selected-track shortcuts.
Last edited by Karbon L. Forms on Thu Dec 13, 2018 6:52 pm, edited 1 time in total.
.................................
"Hell is other People" J.P.Sartre
.................................

Post

Industrious.

Post Reply

Return to “Bitwig”