rsjaffe / MIDI2LR

An application and plugin to remotely control Lightroom with a MIDI controller
http://rsjaffe.github.io/MIDI2LR/
GNU General Public License v3.0
686 stars 83 forks source link

Light up the MIDI controller to to app statecorrespond #359

Closed rsjaffe closed 4 years ago

rsjaffe commented 7 years ago

E.g., selected profile.

cbishop76 commented 6 years ago

It could be done by having a field on the Profiles tab next to each xml field where the user can specify a CC number for that profile. When a ProfileSwitch event occurs, send a Note On message with Velocity 1 to the associated CC for the new profile and a Note Off message to all other CCs linked on the profiles tab.

rsjaffe commented 6 years ago

I like that idea. Thanks.

rsjaffe commented 6 years ago

Are you going to put in a pull request?

cbishop76 commented 6 years ago

Would love to help and have been looking through your code, but I think the juce framework is confusing me a bit in visualizing the whole program flow. In all honesty C++ is not my language. Looking some more at the code, and LUA files are making some sense to me after reading parts of the Lightroom SDK... I will see if I can help,

rsjaffe commented 4 years ago

Duplicate of #477