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
rsj::CFDeleter< T > Struct Template Reference

#include <Ocpp.h>

Public Member Functions

void operator() (T *p)

Member Function Documentation

◆ operator()()

template<typename T>
void rsj::CFDeleter< T >::operator() ( T * p)
inline
51 {
52 if (p) { ::CFRelease(p); }
53 }
Definition Ocpp.h:49

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