Hi and welcome to the Bome community!
This is possible with the following example. I’m assuming your X-touch is in Mackie MCU mode. If it is HUI mode you will need to adjust the transport controls accordingly.
First of all I create aliases as follows. Yours will be your X-touch instead of my nanoKontrol2.
You can learn more about aliases from this tutorial.
In reaper, set up your control inputs and outputs as BMT 2 and Mixing station as BMT 1.
In MT Pro I set up MIDI thru paths as follows:
Any MIDI messages that are not controlled by translators will go through these paths.
Then I set up two presets. with paths as follows:
For more information about device selection, see this tutorial.
Any translators under these presets will follow the MIDI path of the preset only.
I started by creating separate translators for each button but discovered that the MIDI note numbers are sequential (from 91 to 95) so I disabled the original translators and set up a single translator (in each preset) that would handle all transport controls for the whole range of notes. I added the following rules to restrict the translator to only transport controls.
if pp<91 then exit rules, skip Outgoing Action
if pp>95 then exit rules, skip Outgoing Action
90 is Note on MIDI CH 1
pp is the note number
and qq is the velocity
So 90 pp qq is raw midi for Note on, note PP velocity qq.
Now transport controls will go to and from Reaper (BMT 2) and everything not handled by translators will go to and from Mixing Station (BMT 1).
Reaper-Mixing-Station-Split-2023-09-12.bmtp (4.4 KB)
Steve Caldwell
Bome Customer Care
Also available for paid consulting services: bome@sniz.biz