X-Touch (+Extender) MIDI Remote Script (MCU mode)

Hi folks,

this post is to share my brand-new X-Touch MIDI Remote script: It serves as a replacement for the traditional Mackie Control remote device setup while retaining most of the functionality and enhancing it with X-Touch specific features (colored scribble strips etc.). I maintain the script in a GitHub repo where you can read up on and download it.

I hope it proofs useful to some of you! If you have any questions or suggestions, feel free to open a discussion or an issue over at GitHub or simply post here. And if you enjoy it and would like to do me a favor, consider giving the repository a star :sparkles: or buying me a coffee :coffee: :relaxed:

Cheers!

16 Likes

Looks fantastic, great work. Not got an X-Touch (Have original MCU) but will be following this thread with interest to see what people think.

How are the scribble scripts by the way? Do they respond to the tracks colours and I guess theyā€™re full RGB? i.e. so you get shades of colours?

Also is this running without any slowdown?

1 Like

Exactly, the colors are updated on push encoder mOnColorChange events. That is, they follow the track color of the track that the controlled value belongs to. For the EQ, Send, Plugin-In, and Instrument assignments that means all encoders share the color of the corresponding track. Sadly, the LEDs can not be dimmed, hence there are only 7 colors + black. I do a nearest-neighbor search based on the CIEDE2000 color difference algorithm to choose the color that matches the track color most closely.

Couldnā€™t detect any :slightly_smiling_face: In this regard, I try to declutter MIDI output messages where possible (only sending fader values when the fader is released, only sending meter updates every 125 ms, ā€¦).

1 Like

Thanks for doing this, will check it out!

1 Like

Hey bjoluc
Finally!! I love what you did to shift the XTouch to the next level! Thank you so much for your work and for sharing it! :smiley: :smiley:
Thereā€™s just one very important option Iā€™m missing: Iā€™d like to disable auto select when I touch a fader. Is there any way to switch auto select off like in Mackie Control?

1 Like

So lovely to see this is being used by someone! :blush:

Oh, I missed the part mentioning Device Setup > Mackie Control > Enable Auto Select in the manual. Iā€™ll add a config flag for this in the script file.

@mat I just released an enableAutoSelect option in v1.2.0. Thanks for the feedback (writing this word in a Cubase forum inevitably triggers unintended associations :grin:)!

1 Like

Hey bjoluc
Awesome, works like a charm, youā€™re a hero!
Thank you so much!!
:smiley: :grin:

2 Likes

Hi.

Iā€™ve been trying this with my X-Touch one, and Iā€™ve found that interestingly, a lot of it works - in fact, itā€™s much better than the standard Mackie use - particularly as I can select any track in a project and the XT1 follows it (which is the main reason I love my Presonus Faderport). This is such a fantastic piece of work and I can see from the github repo that a lot of work has gone into it.

Obviously thereā€™s a lot of extra functionality in there that isnā€™t appropriate for the XT1:

  • Buttons in the master section - there are quite a few less on the XT1, and theyā€™re in a different order
  • Faders (obviously!) - thereā€™s only 1, but that follows OK at the moment
  • Any mode with multiple encoders being used

But that aside, it mostly works out of the box when I just change the MIDI device driver name to ā€œX Touch Oneā€ at ~line 4083.

I have found one issue which I think may be a problem with the X Touch (i.e. the hardware you have) - and thatā€™s the time display. It works perfectly in Bars/Beats mode, but when I put it into seconds, it works initially, and then the numbers turn back to the bars/beats representation (typically as they change dynamically as the track is played back). Unfortunately I donā€™t have a ā€˜fullā€™ X-touch to compare this to, so I canā€™t tell if that happens on the ā€˜supportedā€™ hardware, but Iā€™d suspect it does as they are both Mackie Control compatible? (or it could be an issue in the XT1).

Iā€™ve forked the code on github and will look to modify it to remove the unneeded code and try to get the format correct (although itā€™s only a cosmetic issue, I think it would be confusing for anyone else), but Iā€™m not a JS developer and havenā€™t had much time to get started.

Thanks again for this, itā€™s meant my XT1 has finally got dusted off and is being used!

1 Like

@Darren.Jones Well, this is funny. I would never have expected this to work, but thinking about it, I guess the X-Touch One in MC mode just simulates a full MCU/X-Touchā€™s behavior to work with the Mackie Control protocol. Searching the forum, I found multiple users struggling with this when writing MIDI Remote scripts.

Is the scribble strip colored? The full X-Touch in MC mode only accepts one joint SysEx message to send colors for all 8 displays, so I assume the X-Touch one ā€œintelligentlyā€ maps the one channel to one of 8 ā€œvirtualā€ channels. Thereā€™s definitely some hacky magic involved :smiley:

How do you assign encoders without the six Encoder Assign buttons? :scream: More magic! :magic_wand:

Oh, the bundled script, so many lines? :man_facepalming: I guess most lines come from corejs polyfills. The original thing is here.

It works with the X-Touch, but I really canā€™t explain why it wouldnā€™t work with the X-Touch one. The relevant code is here.

Assuming that the X-Touch One in MC mode is one very sneaky impostor, I fear thereā€™s not much unneeded code in there, except for some buttons and button bindings :sweat_smile:
Maybe you can also enhance the encoder assignments to better suit your needs.

Given youā€™re not used to JS development, you might need some help with the dev setup. If so, let me know (maybe via PM) and Iā€™m happy to explain some things :+1:

Great news, more than happy to hear that!

1 Like

@bjoluc Thanks for the replyā€¦ A few answers:

The scribble strip is not coloured on the XT1 when using this script. I know it can be altered via MIDI (I did some of this when mucking about with it when I first got it), but not sure if it uses the same protocol as the XT. Would be nice for this to work, but definitely in the ā€˜niceā€™ rather than ā€˜necessaryā€™ category.

As far as I know, it only works in Pan mode - certainly thatā€™s all Iā€™ve seen, and the overlay for Cubase says the same - turn for pan, and press for monitor on/off - both of which work.

Yes, I did take a look at that, and before I noticed the many differences I created a config option to select the XT1 and change that variable accordingly. But then I noticed the layout and other things, and thought it would become a bit over-complex (for me, anyway)ā€¦

OK, I shall take a look and see whatā€™s happening in there - thanks for pointing me in the right direction! This is probably the main area of functionality Iā€™d like to get sorted on the XT1 as most of it is already pretty much as Iā€™d want it - Iā€™ve been using it all morning and itā€™s been really good (particularly as the FaderPort has always had a bit of an issue with the record button debouncing).

TBH Iā€™m happy with it just being pan; what I liked about the Faderport was that the fader was always the fader, and the pan was always the pan, so I donā€™t have to think about what mode it is in at any given point.

Thanks - I managed to get node and dependencies installed, and it builds OK on macOS, but errors out on Windows, so I may take you up on this, as Iā€™d prefer to work on this on my Windows machine.

1 Like

Oh man!!!

This is what I was searching for 3 years!!
Its impressive seeing all the color scribbles and changing faders 16 to 16 up and downā€¦ Its what it should have been since the begining!

The only thing I miss is the ā€œSolo Defeatā€ function as I was using it a lot. Hope Steinberg will add soon in recent updates of MidiRemote!

I was considering switching to Pro Tools in the next months but now I really want to stay in Cubase again :grimacing:

PD: Off course you have my Star in Github

1 Like

@Darren.Jones , Could you share a dedicated X-Touch One script? It would be really helpful.

Regards,
Kaushik

Thanks @aram! :heart_eyes:

Oh, this one is actually my fault ā€“ I misunderstood the buttonā€™s default use: Currently, it toggles the channels ā€œSolo Defeatā€ and resetā€™s all channelsā€™ solo status by shift-pressing it. I realize the default mapping resets solos without shift and resets mutes with shift. Going to fix this soon. The only thing thatā€™s not going to work with this due to current API limitations is the buttonā€™s LED reflecting the global solo/mute state.

Bad timing, sorry for releasing too early :crazy_face: :upside_down_face:

@Kaushik - I will do soon! Iā€™m not a JS developer, and as a result I spent a few hours on Friday slowly getting my head around the parts of the script that I need to modify - which is doubly complex as itā€™s JS whose syntax I find unnatural, combined with it having lots of definitions and API calls to look up and understand.

The first release will probably just have the basics changed so you can get up and running with it, and ignore the incorrect layout on screen, as this was a big head-scratcher for me - each time I thought Iā€™d made an improvement, I broke the script! So far Iā€™ve managed to move the undo buttons to the correct row for the XT1 and remove the shifted pages, but the rest will have to wait until I have more free time.

Iā€™ll let you know when thereā€™s a release available.

1 Like

@Darren.Jones , okay, take your time. Actually I have no idea about java scripting, so I am waiting for a infallible XT1 script from you, which would be really helpful to me.
Regards
Kaushik

@aram Solo (and mute) defeat is now fixed in v1.2.2, along with a few small but important other things :+1:

2 Likes

@Darren.Jones Iā€™m guessing that makes sense, given that the XT1 needs all 8 channels in MC mode. If you plan to put more work into this and get rid of the extra channels, maybe dropping the Mackie Control protocol and switching to Standard MIDI Mode is an option? You may still be able to base it on my script then if you rework the MIDI binding a bit. Happy to help (donā€™t own an XT1, but we could set up a hacking session via Live Share at some point).

Brilliant!

This is really a new level of integration!!

1 Like

Hi all,

Does here anybody uses ever the jogg Wheel?
Personally I never use, cause for me its tedious to move scroll with it and its faster with + & - numeric keyboard.

Do you know If I can edit someway to get the using the JoggWheel of the XTOUCH as the VOLUME WHEEL of the CONTROL ROOM?

Its needed to edit on JS or could it be possible to assign visuallly?