![]() |
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 Profile, including all inherited members.
| command_set_ | Profile | private |
| CommandHasAssociatedMessage(const std::string &command) const | Profile | inline |
| current_sort_ | Profile | private |
| FromXml(const juce::XmlElement *root) | Profile | |
| GetCommandForMessage(rsj::MidiMessageId message) const | Profile | inline |
| GetMessageForNumber(size_t num) const | Profile | inline |
| GetMessagesForCommand(const std::string &command) const | Profile | |
| GetRowForMessage(rsj::MidiMessageId message) const | Profile | inline |
| InsertOrAssign(const std::string &command, rsj::MidiMessageId message) | Profile | inline |
| InsertOrAssign(size_t command, rsj::MidiMessageId message) | Profile | inline |
| InsertOrAssignI(const std::string &command, const rsj::MidiMessageId &message) | Profile | private |
| InsertUnassigned(rsj::MidiMessageId message) | Profile | |
| MessageExistsInMap(rsj::MidiMessageId message) const | Profile | inline |
| MessageExistsInMapI(rsj::MidiMessageId message) const | Profile | inlineprivate |
| mm_abbrv_lmnt_t typedef | Profile | private |
| mm_abbrv_table_ | Profile | private |
| mutex_ | Profile | mutableprivate |
| Profile(const CommandSet &command_set) noexcept | Profile | inlineexplicit |
| profile_unsaved_ | Profile | private |
| ProfileUnsaved() const | Profile | inline |
| RemoveAllRows() | Profile | |
| RemoveMessage(rsj::MidiMessageId message) | Profile | |
| RemoveRow(size_t row) | Profile | |
| RemoveUnassignedMessages() | Profile | |
| Resort(std::pair< int, bool > new_order) | Profile | |
| saved_mm_abbrv_table_ | Profile | private |
| saved_table_mtx_ | Profile | mutableprivate |
| Size() const | Profile | inline |
| SortI() | Profile | private |
| ToXmlFile(const juce::File &file) | Profile |