MIDI2LR 6.3.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.
Loading...
Searching...
No Matches
LrIpcOut::RecenterInfo Struct Reference

Public Member Functions

 RecenterInfo (const asio::steady_timer::executor_type &ex)

Public Attributes

TimePoint timepoint
asio::steady_timer timer

Constructor & Destructor Documentation

◆ RecenterInfo()

LrIpcOut::RecenterInfo::RecenterInfo ( const asio::steady_timer::executor_type & ex)
inline
77: timer(ex), timepoint {} {}
TimePoint timepoint
Definition LR_IPC_Out.h:75
asio::steady_timer timer
Definition LR_IPC_Out.h:74

References timepoint, and timer.

Member Data Documentation

◆ timepoint

TimePoint LrIpcOut::RecenterInfo::timepoint

Referenced by RecenterInfo().

◆ timer

asio::steady_timer LrIpcOut::RecenterInfo::timer

The documentation for this struct was generated from the following file:
  • C:/Users/rsjaf/source/repos/MIDI2LR/src/application/LR_IPC_Out.h