![]() |
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 LrIpcOut, including all inherited members.
AddCallback(_In_ T *const object, _In_ void(T::*const mf)(bool, bool)) | LrIpcOut | inline |
callback_mtx_ | LrIpcOut | mutableprivate |
callbacks_ | LrIpcOut | private |
Connect(std::shared_ptr< LrIpcOutShared > lr_ipc_out_shared) | LrIpcOut | private |
connected_ | LrIpcOut | private |
ConnectionMade() | LrIpcOut | private |
controls_model_ | LrIpcOut | private |
lr_ipc_out_shared_ | LrIpcOut | private |
LrIpcOut(const CommandSet &command_set, ControlsModel &c_model, const Profile &profile, const MidiSender &midi_sender, MidiReceiver &midi_receiver, asio::io_context &io_context) | LrIpcOut | |
LrIpcOut(const LrIpcOut &other)=delete | LrIpcOut | |
LrIpcOut(LrIpcOut &&other)=delete | LrIpcOut | |
midi_sender_ | LrIpcOut | private |
MidiCmdCallback(rsj::MidiMessage mm) | LrIpcOut | private |
operator=(const LrIpcOut &other)=delete | LrIpcOut | |
operator=(LrIpcOut &&other)=delete | LrIpcOut | |
ProcessChange(const RepeatCmdIterator &repeats, const rsj::MidiMessage &mm) const | LrIpcOut | private |
ProcessMessage(const rsj::MidiMessageId &message, const rsj::MidiMessage &mm) | LrIpcOut | private |
ProcessNonRepeatedCommand(const std::string &command_to_send, const rsj::MidiMessage &mm) const | LrIpcOut | private |
ProcessRepeatedCommand(const RepeatCmdIterator &repeats, const rsj::MidiMessage &mm, const rsj::MidiMessageId &message) | LrIpcOut | private |
profile_ | LrIpcOut | private |
recenter_timer_ | LrIpcOut | private |
repeat_cmd_ | LrIpcOut | private |
RepeatCmdIterator typedef | LrIpcOut | private |
SendCommand(std::string &&command) const | LrIpcOut | |
SendCommand(const std::string &command) const | LrIpcOut | |
sending_stopped_ | LrIpcOut | private |
SendingRestart() | LrIpcOut | |
SendingStop() | LrIpcOut | |
SetRecenter(rsj::MidiMessageId mm) | LrIpcOut | private |
ShouldSetRecenter(const rsj::MidiMessage &mm) const | LrIpcOut | private |
Start() | LrIpcOut | inline |
Stop() | LrIpcOut | |
thread_should_exit_ | LrIpcOut | private |
wrap_ | LrIpcOut | private |
~LrIpcOut()=default | LrIpcOut |