Skip to content

Tooling for the Behringer X-Air series mixers (XR18) and control surfaces (X-Touch).

License

Notifications You must be signed in to change notification settings

tarsjoris/x-air

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-air

A JVM (Kotlin) proxy-tool that sits between a Behringer X-Touch controller and a Behringer X-Air XR18 digital mixer. It monitors what buttons are pressed on the X-Touch, and it controls the X-Air-Edit app.

YouTube video

App

Purpose

When using an X-Touch in combination with the X-Air-Edit dektop app, there is no link between the X-Touch and the X-Air-Edit app. E.g.: When you adjust the EQ of a channel with the X-Touch, you have to manually select that channel and the EQ tab in X-Air-Edit.

This proxy-tool looks at all the buttons that are pressed on the X-Touch, and clicks the matching button in the X-Air-Edit app so that the relevant parts are visible. The X-Air-Edit app now "follows" the X-Touch.

Setup

Usage

  1. Build a jar of this tool with maven: mvn package
  2. Make sure the java process is allowed to control the mouse.
    • On Mac, this is located under System Preferences > Security & Privacy > Accessibility
  3. Configure this proxy-tool to connect to the XR18 mixer by setting its IP address. In your home-directory, create a directory xtouch with a file xtouch.properties.
    File: ~/xtouch/xtouch.properties
    Contents: xr18.ipaddress=192.168.0.2
  4. Start X-Air-Edit
  5. Start this proxy-tool: java -jar XTouch-2.0-SNAPSHOT-jar-with-dependencies.jar
  6. Calibrate the proxy-tool so that it knows where to click in the X-Air-Edit app.
    Calibrate
    By clicking on two positions in the app, a first guess is done. You still have the possibility to fine-tune the calibration.
    • Click the Calibrate button
    • Click Mixer-button in the top-left of the X-Air-Edit app.
    • Click the Mute button of the main LR channel in the bottom-right of the app.
    • Calibrate the top-left and the bottom-right corner of the app until all dots appear over the correct buttons in the X-Air-Edit app. This is where the proxy-tool will click for selecting the correct channel etc.
  7. Turn on the X-Touch controller while holding the Select-button of the first channel.
  8. Configure the X-Touch to use Xctl: Xctl, Xctl/MC, or XctlHUI
  9. Enter the IP address of the host that is running this proxy-tool.
  10. Confirm the settings. The X-Touch should now connect to this proxy-tool. This will be indicated by a green message Connected.

Addons

Some extra functions are provided. They are enabled by default. They can be disabled by setting their configuration option to false in ~/xtouch/xtouch.properties.

  • router.mutebuttons
    • The buttons next to Global view will function as mute buttons for the output channels (buses and main output).
    • mutebuttons
  • router.busorder
    • The order of the bus buttons operate according to N-order instead of Z-order. More like the buttons in the X-Air-Edit app.
    • Before: Z-order
      busorder-before
    • After: N-order
      busorder-after
  • router.busscribblestrip
    • When selecting an effects send or bus send, the channel names are still displayed.
    • When pressing down the channel knob, the tap is displayed like normal (IN, PREEQ, POSTEQ, PRE, POST, GRP).
    • When controlling the bus sends of a channel, the bus names are displayed.
    • When controllong the fx sends of a channel, the send names are displayed.
  • router.linkbusleds
    • Both bus leds light up when a linked bus is selected.
  • router.channelcue
    • Pressing FLIP when a bus is selected, sets that bus as monitor channel.
    • Pressing REC when in the SENDS encoder is selected, sets that bus as monitor channel.
  • router.sinedemo
    • Pressing DISPLAY will show a demo the faders moving as a sine.
  • xairedit.interact
    • Clicks in the X-Air-Edit app to keep it in sync with the XTouch Controller. Disable if you just want to use the addons.
  • ui
    • Disable to run this app on headless systems.

About

Tooling for the Behringer X-Air series mixers (XR18) and control surfaces (X-Touch).

Resources

License

Stars

Watchers

Forks

Releases

No releases published