![]() |
MIDI2LR 6.2.0.1
MIDI2LR is an application that interfaces MIDI controllers with Lightroom 6+/CC Classic. It processes MIDI input into develop parameter updates and photo actions, and sends MIDI output when parameters are changed for motorized feedback (on controllers that have motorized faders). A listing of available LightRoom commands is in the Wiki. Assistance on the code and design is welcome.
|
This is the complete list of members for CommandMenu, including all inherited members.
| AddSubMenuItems(juce::PopupMenu &sub_menu, const juce::String &command, size_t index, bool &ticked) const | CommandMenu | private |
| AddSubMenusToMainMenu(juce::PopupMenu &main_menu, size_t index) const | CommandMenu | private |
| alignment_ | TextButtonAligned | private |
| clicked(const juce::ModifierKeys &modifiers) override | CommandMenu | private |
| command_set_ | CommandMenu | private |
| CommandMenu(rsj::MidiMessageId message, const CommandSet &command_set, Profile &profile) | CommandMenu | |
| DrawButtonText(juce::Graphics &g, TextButton &button, bool should_draw_button_as_highlighted, bool should_draw_button_as_down) const | TextButtonAligned | private |
| message_ | CommandMenu | private |
| paintButton(juce::Graphics &, bool, bool) override | TextButtonAligned | |
| ProcessMenuItems() | CommandMenu | private |
| ProcessUserSelection(juce::PopupMenu &main_menu) | CommandMenu | private |
| profile_ | CommandMenu | private |
| selected_item_ | CommandMenu | private |
| SetMsg(rsj::MidiMessageId message) noexcept | CommandMenu | inline |
| SetSelectedItem(size_t index) | CommandMenu | inline |
| ShowCCDialog() const | CommandMenu | |
| ShowDialogBasedOnMessageType() const | CommandMenu | private |
| ShowPWDialog() const | CommandMenu | private |
| TextButtonAligned(const juce::Justification::Flags alignment) | TextButtonAligned | inlineexplicit |
| TextButtonAligned(const juce::String &button_name, const juce::Justification::Flags alignment) | TextButtonAligned | inline |
| TextButtonAligned(const juce::String &button_name, const juce::String &tool_tip, const juce::Justification::Flags alignment) | TextButtonAligned | inline |