Page 2 of 4

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Wed Mar 09, 2022 8:52 am
by Yaman29
NisiMasa wrote:
Tue Mar 08, 2022 9:11 am
Thank you for the script! Does this work in Live 10.1.42?
Yes

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Wed Mar 09, 2022 11:57 am
by NisiMasa
What is the name of the script in the dropdown in the midi preferences?

X Touch One ?

I try to troubleshoot why my live installation does not detect the script even tough it is unpacked in the correct folder.

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Wed Mar 09, 2022 5:25 pm
by Yaman29
NisiMasa wrote:
Wed Mar 09, 2022 11:57 am
What is the name of the script in the dropdown in the midi preferences?

X Touch One ?
Yes, I have tested it (also with Live 11).

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Thu Mar 10, 2022 8:42 am
by NisiMasa
For some reason Live does simply not recognise the script. It is in the right folder, right?

Image

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Fri Mar 11, 2022 9:04 am
by Yaman29
NisiMasa wrote:
Thu Mar 10, 2022 8:42 am
For some reason Live does simply not recognise the script. It is in the right folder, right?
The default User Library location:
Windows: \Users\[username]\Documents\Ableton\User Library

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Fri Apr 01, 2022 9:23 am
by NisiMasa
Yes. Thank you. Not to hard to understand. Folder is 100% in the right location, but Live still doesn't show the script in the dropdown. :roll:

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Fri Apr 01, 2022 12:44 pm
by Yaman29
I don't know.

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Tue Apr 05, 2022 11:06 am
by NisiMasa
No problem. Thank you anyway.

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Mon Jun 20, 2022 5:41 pm
by yurisilva
Hello, I just used the X-Touch One Script with Faderport V2 and it worked.
But I was wondering: Did someone managed to have the right script for the Faderport V2?

Thank you.

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Mon Aug 01, 2022 6:24 am
by TJFUNCTION
Just found this!! Total lifesaver! No more bank buttons is a game changer. Thanks so much

Does anyone else have issue with the fader scaling being offset? I went through the loop with Behringer only to get this response:
"It's just that the fader length between Ableton and X-Touch have a different zero point and thus the offset."

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Fri Oct 28, 2022 11:50 am
by op_01
Yaman29, what a hero!
Thanks alot for this!!! <3
Purchased behringer x touch one last week and was having major headaches with manual bank changing until I found your script here.
Works very nicely.
<3

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Thu Mar 02, 2023 11:26 pm
by amclellan84
yurisilva wrote:
Mon Jun 20, 2022 5:41 pm
Hello, I just used the X-Touch One Script with Faderport V2 and it worked.
But I was wondering: Did someone managed to have the right script for the Faderport V2?

Thank you.
I have installed the script but functions like the link button to control what's under mouse still don't work. Do you know how I do this? I really want to automate using the encoder or slider.

Thanks

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Wed Mar 22, 2023 2:46 pm
by yurisilva
amclellan84 wrote:
Thu Mar 02, 2023 11:26 pm
yurisilva wrote:
Mon Jun 20, 2022 5:41 pm
Hello, I just used the X-Touch One Script with Faderport V2 and it worked.
But I was wondering: Did someone managed to have the right script for the Faderport V2?

Thank you.
I have installed the script but functions like the link button to control what's under mouse still don't work. Do you know how I do this? I really want to automate using the encoder or slider.

Thanks
Hey, I don't know how to make it work like this. And I think its not possible to control a knob or whatever using mouse wheel function with the faderport. I think in Cubase it's possible and also in Studio One. But not in Ableton. It's kind hard to use Faderport V2 with Ableton.
I hope the Ableton team work on it in the next Ableton 12. Like Cubase 12 you can map and make macros and a lot of stuff using the controlers. It's really next step.

Thanks, cheers.

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Sun Feb 18, 2024 12:56 am
by EuroMarkus
Yaman29 wrote:
Mon Dec 13, 2021 10:10 am
You can find the scripts with the 'Add locator' function here:

http://www.music.yaman-coolabah.com/X_Touch_One.zip
If you want to change the Footswitch to act like the RECORD button then change the following code in Transport.py (line 191)

Code: Select all

                if self.song().is_playing:
                    self.__stop_song()
                self.__toggle_record()

Re: MIDI Remote Scripts for Behringer X-Touch One

Posted: Sun Feb 18, 2024 12:58 am
by EuroMarkus
Yaman29 wrote:
Mon Dec 13, 2021 10:10 am
You can find the scripts with the 'Add locator' function here:

http://www.music.yaman-coolabah.com/X_Touch_One.zip
If you want to change the Footswitch to act like the RECORD button then change the following code in Transport.py (line 191)

Code: Select all

                if self.song().is_playing:
                    self.__stop_song()
                self.__toggle_record()