![]() |
MIDI2LR 6.1.0.0
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 CommandTableModel, including all inherited members.
command_set_ | CommandTableModel | private |
CommandTableModel(const CommandSet &command_set, Profile &profile) noexcept | CommandTableModel | |
CreateNewCommandMenu(int row_number, juce::Component *existing_component) const | CommandTableModel | private |
getNumRows() override | CommandTableModel | inlineprivate |
paintCell(juce::Graphics &, int row_number, int column_id, int width, int height, bool row_is_selected) override | CommandTableModel | private |
paintRowBackground(juce::Graphics &, int row_number, int width, int height, bool row_is_selected) override | CommandTableModel | private |
profile_ | CommandTableModel | private |
refreshComponentForCell(int row_number, int column_id, bool is_row_selected, juce::Component *existing_component) override | CommandTableModel | private |
RemoveRow(size_t row) | CommandTableModel | inline |
sortOrderChanged(int new_sort_column_id, bool is_forwards) override | CommandTableModel | private |
UpdateCommandMenu(int row_number, CommandMenu *command_select) const | CommandTableModel | private |