Skip to content

MIDI Controller Setup

rsjaffe edited this page Apr 7, 2016 · 27 revisions

The setup of the MIDI controller is just as important as the setup of MIDI2LR. Because users have many different controllers, the advice here can't cover every situation. If you learn something new, please open an issue and describe what you've learnt, so that can be added to this wiki. Right now, we're just starting. Contributions of information for this wiki are welcome!

How MIDI2LR Works with Controllers

MIDI2LR has two components: the Lightroom plugin, and the application. You see the application launched each time you start Lightroom. The plugin runs as part of LR, and is hidden, though you see parts of it when you open the Options menu. The plugin can work directly with Lightroom but can't communicate with a MIDI controller. The app can work with a MIDI controller but can't control Lightroom. When the app shows that it is connected to Lightroom, that means the app and the plugin have found each other, and communication is successful.

Due to the way computers work, the app cannot easily detect when the MIDI controller is disconnected. That is why there's a scan button. The app automatically scans for a controller when it starts up, so normally you won't have to scan. But if you change controllers, or turn it off and on, you may have to rescan. If the app is ignoring the controller, it's time to rescan.

MIDI2LR application receives CC messages from the controller, and converts that to your selected action. The action and controller value (if the control if a fader or encoder) is sent to the plugin, which then takes action based on the selected action and the value.

When Lightroom signals MIDI2LR plugin that a develop value has changed, MIDI2LR plugin checks all develop values to see if they've changed, then sends the changed values to the MIDI2LR app. The app then checks to see if the user has registered a MIDI CC for that particular develop value (e.g., exposure). If so, the app converts the value to a MIDI CC change message, using the channel that was assigned by the user. If you have a controller that is set up to receive a particular develop parameter on a different channel than it sends it, your controller won't track LR changes.

Currently, the app updates the first MIDI CC assigned to a particular value--if you've assigned two controllers to the same adjustment (e.g., exposure), your controller won't track LR changes reliably. Do not use two channels for the same adjustment. Since the buttons are not updated, assigning two buttons to the same command is fine.

General Setup

NRPN mode is not yet supported; I hope to include that soon. All continuous controls (faders and encoders) need to be set to absolute mode, range 0-127.

All buttons should be toggle off and send 127 when pressed and 0 when released.

Never use channels 98 or 99. Those are reserved for NRPN messages and will completely confuse MIDI2LR once we add NRPN capability.

Layers: most controllers do not track messages for hidden layers, so when you change layers, expect the controls to be out of sync with the program.

Profiles: MIDI2LR understands the profiles you have assigned in the program. When you change profiles, MIDI2LR will automatically refresh your controller, so that all the controllers are in sync.

Non-motorized faders cannot be sync'd. They will not respond to changes, such as opening up a different picture. That is a limitation of the MIDI controller and there's no fix for that.

Behringer BCR-2000 and BCF2000. To set toggle OFF:

  1. Press and HOLD the Edit button, while
  2. Press the button, you want to set to toggle OFF
  3. Release the Edit button
  4. Turn left the Mode potmeter in the unit (Top row, 3rd pot from the right), while the LCD show ToFF
  5. Hit the Edit button
  6. That's it :-)
  7. Repeat this with every button, you want to toggle OFF
Clone this wiki locally