![]() |
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 ChannelModel, including all inherited members.
| ActiveToSaved() const | ChannelModel | private |
| cc_high_ | ChannelModel | private |
| cc_low_ | ChannelModel | private |
| cc_method_ | ChannelModel | private |
| CcDefaults() noexcept | ChannelModel | private |
| CenterCc(int controlnumber) const noexcept | ChannelModel | inlineprivate |
| CenterPw() const noexcept | ChannelModel | inlineprivate |
| cereal::access | ChannelModel | friend |
| ChannelModel() noexcept | ChannelModel | inline |
| ControllerToPlugin(rsj::MessageType controltype, int controlnumber, int value, bool wrap) | ChannelModel | |
| current_v_ | ChannelModel | private |
| GetCcMax(int controlnumber) const | ChannelModel | inline |
| GetCcMethod(int controlnumber) const | ChannelModel | inline |
| GetCcMin(int controlnumber) const | ChannelModel | inline |
| GetPwMax() const noexcept | ChannelModel | inline |
| GetPwMin() const noexcept | ChannelModel | inline |
| IsNrpn(int controlnumber) const noexcept | ChannelModel | inlineprivate |
| kBit14 | ChannelModel | privatestatic |
| kBit7 | ChannelModel | privatestatic |
| kLow13Bits | ChannelModel | privatestatic |
| kLow6Bits | ChannelModel | privatestatic |
| kMaxControls | ChannelModel | privatestatic |
| kMaxMidi | ChannelModel | privatestatic |
| kMaxMidiHalf | ChannelModel | privatestatic |
| kMaxNrpn | ChannelModel | privatestatic |
| kMaxNrpnHalf | ChannelModel | privatestatic |
| load(Archive &archive, const uint32_t version) | ChannelModel | private |
| MeasureChange(rsj::MessageType controltype, int controlnumber, int value) | ChannelModel | |
| OffsetResult(int diff, int controlnumber, bool wrap) | ChannelModel | private |
| pitch_wheel_current_ | ChannelModel | private |
| pitch_wheel_max_ | ChannelModel | private |
| pitch_wheel_min_ | ChannelModel | private |
| PluginToController(rsj::MessageType controltype, int controlnumber, double value) | ChannelModel | |
| save(Archive &archive, const uint32_t version) const | ChannelModel | private |
| SavedToActive() | ChannelModel | private |
| SaveSettings(int start, int end, int maxVal) const | ChannelModel | private |
| SetCc(int controlnumber, int min, int max, rsj::CCmethod controltype) | ChannelModel | |
| SetCcAll(int controlnumber, int min, int max, rsj::CCmethod controltype) | ChannelModel | |
| SetCcMax(int controlnumber, int value) | ChannelModel | |
| SetCcMethod(int controlnumber, rsj::CCmethod value) | ChannelModel | inline |
| SetCcMin(int controlnumber, int value) | ChannelModel | |
| SetPwMax(int value) noexcept | ChannelModel | |
| SetPwMin(int value) noexcept | ChannelModel | |
| settings_to_save_ | ChannelModel | mutableprivate |
| SetToCenter(rsj::MessageType controltype, int controlnumber) | ChannelModel |