Search found 11 matches

by Arthur Montvidas
Wed Jan 10, 2024 2:17 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

Why do the Level-LEDs for each channel on the X-Touch only show level-peaks, not the current Level? Would it be possible to change this somewhere? Thanks, J. // I have a working solution for the colors. It's a dirty beta at the moment but works for me (macOS, Live 12, Extender & Mainunit, fixed...
by Arthur Montvidas
Fri Dec 22, 2023 1:39 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

j-cuc wrote:
Thu Dec 21, 2023 8:10 am
was this ever answered? the displays of x-touch extender (without main unit) are blank for me as well, and i can't find an answer. thanks.
see my post above
by Arthur Montvidas
Fri Dec 22, 2023 7:28 am
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

I have a request. I just purchased an X-Touch Extender that I am using without a main X-Touch and the scribble strips do not function. Is there a way to enable this functionality when using the Extender by itself in MackieControl mode? Good day. I tried to turn on Extender without main unit and it ...
by Arthur Montvidas
Mon Apr 04, 2022 8:58 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

Update! I've managed to adapt Arthur Montvidas' brilliant modified script to work in Ableton Live 11. If anyone is interested, I could share it (I hope that's OK). Good day! Sorry for the delay. I'm happy that you did this adaptation. I still work in Live 10 because I use the ClyphX Pro scripting e...
by Arthur Montvidas
Wed Dec 01, 2021 9:34 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

Thanks so much for sharing this work! Have you been able to try it with Live 11? I've tried adding it to both the user remote scripts folder and the default folder, and for some reason the X-Touch script isn't showing up I think the problem with "-" in folder name X-Touch. Now its name is...
by Arthur Montvidas
Sat Oct 23, 2021 8:58 am
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Re: Remote Script for Behringer X-Touch

Update.
Now you can toggle monitoring state by pressing SHIFT+ARM
by Arthur Montvidas
Thu Oct 21, 2021 8:00 pm
Forum: Tips & Tricks
Topic: Convert Arrangement markers to session scenes?
Replies: 5
Views: 14062

Re: Convert Arrangement markers to session scenes?

Try to select some beats in arrangement view and click Menu -> Create -> Capture and Insert Scene. It will create clips in session view. But you should split track clips (Ctrl+E) in arrangement view before this command.
by Arthur Montvidas
Tue Oct 19, 2021 3:52 pm
Forum: Ableton Live
Topic: Plugin will not record
Replies: 2
Views: 2750

Re: Plugin will not record

Create new Audio track. Route output ("Audio To") of your midi track with this plugin to new Audio track. Then ARM this audio track and push Record.
by Arthur Montvidas
Tue Oct 19, 2021 3:37 pm
Forum: Ableton Live
Topic: Mapping MIDI messages to transport buttons - only works every other time i hit the switch (Nektar Pacer)
Replies: 1
Views: 1691

Re: Mapping MIDI messages to transport buttons - only works every other time i hit the switch (Nektar Pacer)

According to the manual there is a preset wich send midi notes, so you can map them to ableton. Preset name "A5", Type "MIDI Notes" - Send out MIDI notes E/F#/G/A/B/C, FS1=-1 octave, FS2=-2 octaves, FS3=+1 octave, FS4=+2 octaves. If you want to get maximum of your device see Clyp...
by Arthur Montvidas
Tue Oct 19, 2021 3:21 pm
Forum: Ableton Live
Topic: Ableton Control Surface API (Send MIDI Note ON to the Control Surface)
Replies: 1
Views: 1910

Re: Ableton Control Surface API (Send MIDI Note ON to the Control Surface)

Hi. You can find many useful information in decompiled Mackie Control script https://github.com/gluon/AbletonLive10.1_MIDIRemoteScripts/tree/master/MackieControl In example, to send NOTE_ON to control surface they use self.send_midi((NOTE_ON_STATUS, SID_JOG_SCRUB, BUTTON_STATE_ON)) def send_midi(sel...
by Arthur Montvidas
Sat Oct 16, 2021 3:48 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 26
Views: 111758

Remote Script for Behringer X-Touch

I did some improvements of Mackie Control script for Behringer X-Touch control surface. Channel strip level meters are modified to indicate clipping when it occurs. Some buttons are remapped DISPLAY (near time display) - switch session/arrangement view Channel strip: SHIFT + ARM - Toggle monitoring ...