Search found 123 matches

by RobrechtV
Thu Jun 12, 2025 6:03 am
Forum: Ableton Live
Topic: toggle vs momentary with active controller LED
Replies: 2
Views: 214

Re: toggle vs momentary with active controller LED

How is your X-Touch set up? Is it a normal unit (not Mini or Compact)? If you use a Remote Control script like the one in my signature, the button LEDs work the way you expect.
by RobrechtV
Mon Jun 09, 2025 4:13 pm
Forum: Ableton Live
Topic: Seamless loop playback doesn't work in Arrangement View
Replies: 19
Views: 9156

Re: Seamless loop playback doesn't work in Arrangement View


I tried to reproduce it again and made a screen recording this time. I show the set up, and then the test starts at 0:40. https://www.youtube.com/watch?v=Y1zgR7TBj2w

Let me know if I missed a step.

No missing step, that's exactly what I did. The only difference is I'm on Windows and my Live ...
by RobrechtV
Mon Jun 09, 2025 3:05 pm
Forum: Ableton Live
Topic: Seamless loop playback doesn't work in Arrangement View
Replies: 19
Views: 9156

Re: Seamless loop playback doesn't work in Arrangement View


If I un-warp the clip, then warp and loop it again, I don't hear the clicks anymore. Don't know if that helps

I can't reproduce this. When I un-warp, then warp and loop it again, I still hear clicks.


Strange.

I can very clearly hear it in Arrangement view in the set you provided (after ...
by RobrechtV
Mon Jun 09, 2025 2:07 pm
Forum: Ableton Live
Topic: Seamless loop playback doesn't work in Arrangement View
Replies: 19
Views: 9156

Re: Seamless loop playback doesn't work in Arrangement View

If I un-warp the clip, then warp and loop it again, I don't hear the clicks anymore. Don't know if that helps?
by RobrechtV
Mon Jun 02, 2025 6:13 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 93
Views: 385355

Re: Remote Script for Behringer X-Touch

After extensive testing, I haven't found any issues with the latest updates, so I've released a new stable version. Download and read the changelog here .

The Global SOLO button is the star of the show here, if I may say so myself. Super convenient, I don't know how I ever lived without it! :D ...
by RobrechtV
Sun Jun 01, 2025 12:46 pm
Forum: Ableton Live
Topic: Exported WAV files are very quiet
Replies: 1
Views: 19132

Re: Exported WAV files are very quiet

Sounds like the exported WAV file is fine and the difference is in your media player or system audio mixer settings. Check this post.
by RobrechtV
Wed May 28, 2025 12:35 pm
Forum: Ableton Live
Topic: Midi / Audio Routing Question using Behringer Neutron
Replies: 3
Views: 2570

Re: Midi / Audio Routing Question using Behringer Neutron

I think they were looking for the MIDI track called "Neutron" as an internal input source, not the Neutron itself as an external source. (The misconception being that a track simply routing MIDI from a controller to a synth would carry audio.)
by RobrechtV
Wed May 28, 2025 9:13 am
Forum: Ableton Live
Topic: Midi / Audio Routing Question using Behringer Neutron
Replies: 3
Views: 2570

Re: Midi / Audio Routing Question using Behringer Neutron

Your MIDI track is just routing MIDI from the Impulse to the Neutron. There's no audio being produced inside that track – I suspect you're hearing the Neutron through direct monitoring – which is why it doesn't show up as a source for your audio track.

If you want the audio from the Neutron, that ...
by RobrechtV
Tue May 27, 2025 5:52 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 93
Views: 385355

Re: Remote Script for Behringer X-Touch

Hi, I'm the one currently coding the script (after the initial work by Arthur Montvidas)! :D

There already are buttons for most of what you want to do. In the latest version, show/hide browser is INPUTS, show bottom pane is AUDIO INST, swapping between clip and device view in the bottom pane is ...
by RobrechtV
Sun May 25, 2025 9:30 pm
Forum: Third-Party MIDI Controllers
Topic: Remote Script for Behringer X-Touch
Replies: 93
Views: 385355

Re: Remote Script for Behringer X-Touch

Kik07L, sounds like good news! Thanks for testing. If it does happen again, we'll try to fix it.
by RobrechtV
Thu May 22, 2025 5:56 pm
Forum: Third-Party MIDI Controllers
Topic: Unable to install User Remote Script
Replies: 8
Views: 58042

Re: Unable to install User Remote Script

Hm... I'm afraid I'm out of ideas, sorry. :?

(The XT folder is for when you have a Mackie Extender.)
by RobrechtV
Wed May 21, 2025 9:12 pm
Forum: Ableton Live
Topic: Live set-up help (new to Abelton)
Replies: 3
Views: 3470

Re: Live set-up help (new to Abelton)

Since you didn't mention an audio interface, and your devices all seem to have USB audio capabilities, am I right in assuming you're connecting them individually to your PC through USB?

In that case, each of your devices functions as a separate audio interface, and your problem is that Windows isn ...
by RobrechtV
Wed May 21, 2025 8:37 pm
Forum: Third-Party MIDI Controllers
Topic: Unable to install User Remote Script
Replies: 8
Views: 58042

Re: Unable to install User Remote Script

Give this a shot. It's the Live 11 version, but with the Github merge conflicts resolved. It might just work!
by RobrechtV
Tue May 20, 2025 2:17 pm
Forum: Third-Party MIDI Controllers
Topic: Absolute noob; e-drum module and drum VST
Replies: 1
Views: 7242

Re: Absolute noob; e-drum module and drum VST

Two things:
- In Live's settings, find your Alesis module in the Link/MIDI tab and check the In: TRACK box.
- Make sure that the track that has your SSD5.5 VST loaded is either armed (the black circle recording button) with monitoring set to Auto, or has monitoring set to In.
by RobrechtV
Mon May 19, 2025 3:18 pm
Forum: Third-Party MIDI Controllers
Topic: Unable to install User Remote Script
Replies: 8
Views: 58042

Re: Unable to install User Remote Script


3. (this is probably the issue) In the parent folder (US2400), the files remain the same, as .py files, not compiled .pyc files.

No, that's normal. The compiled files appear in __pycache__, the originals stay where they are – that way you can keep editing them if something doesn't work as ...