![]() |
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 ControlsModel, including all inherited members.
| all_controls_ | ControlsModel | private |
| cereal::access | ControlsModel | friend |
| ControllerToPlugin(rsj::MidiMessage mm, bool wrap) | ControlsModel | inline |
| GetCcMax(int channel, int controlnumber) const | ControlsModel | inline |
| GetCcMethod(int channel, int controlnumber) const | ControlsModel | inline |
| GetCcMethod(rsj::MidiMessageId msg_id) const | ControlsModel | inline |
| GetCcMin(int channel, int controlnumber) const | ControlsModel | inline |
| GetPwMax(int channel) const | ControlsModel | inline |
| GetPwMin(int channel) const | ControlsModel | inline |
| MeasureChange(rsj::MidiMessage mm) | ControlsModel | inline |
| MeasureChange(rsj::MessageType controltype, int channel, int controlnumber, int value) | ControlsModel | inline |
| PluginToController(rsj::MidiMessageId msg_id, double value) | ControlsModel | inline |
| serialize(Archive &archive, const uint32_t version) | ControlsModel | inlineprivate |
| SetCc(int channel, int controlnumber, int min, int max, rsj::CCmethod controltype) | ControlsModel | inline |
| SetCcAll(int channel, int controlnumber, int min, int max, rsj::CCmethod controltype) | ControlsModel | inline |
| SetCcMax(int channel, int controlnumber, int value) | ControlsModel | inline |
| SetCcMethod(int channel, int controlnumber, rsj::CCmethod value) | ControlsModel | inline |
| SetCcMin(int channel, int controlnumber, int value) | ControlsModel | inline |
| SetPwMax(int channel, int value) | ControlsModel | inline |
| SetPwMin(int channel, int value) | ControlsModel | inline |
| SetToCenter(rsj::MidiMessageId mm) | ControlsModel | inline |