API or SDK for Lightroom/MIDI2LR commands to Display Live Feedback on QMK boards with OLED Displays? #805
Unanswered
lovelacecreativeco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up a QMK macropad to do quick edits with. I'm wondering if there's an API or something I can hook into that will send the current command to a port or something. The idea is that I want to dynamically be able to set up my QMK Macropad to send MIDI sends, but receive a callback that says WHAT is being adjusted to display live on the OLED. I could of course, hard code this into QMK, but I'd love to be able to set up something that is dynamic and updates as I refine my workflow with my new macropad ;)
The idea is that you could easily make it so that you have a macropad that has a basic setup for MIDI sends, then you can set up MIDI2LR as the end user wishes in terms of which MIDI channels do what in lightroom, but it will automatically 'send' the name and value to the macropad (ie: Exposure, +0.50, or Contrast, 37).
Beta Was this translation helpful? Give feedback.
All reactions