Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Alt + X shows take lanes or does nothing #14

Open
enoversum opened this issue Oct 11, 2021 · 17 comments
Open

[Bug] Alt + X shows take lanes or does nothing #14

enoversum opened this issue Oct 11, 2021 · 17 comments
Labels
bug Something isn't working

Comments

@enoversum
Copy link

enoversum commented Oct 11, 2021

I don't remember when it started, but recently, when I try to use Alt + X to clean a track, it would either create or delete a take lane (or only show them?). Once I use the shortcut, the take lanes show up, and I believe there is an empty one created, hard to tell when suddenly the lanes reveal themselves 🙂.
I suppose it's only on tracks that already have takes, but I remember it's acting similarly weird on tracks inside groups, deleting and/or duplicating tracks.
Is this something known? Should I investigate further?

Edit: Okay, tried it out again. What Alt + X does is adding and quickly deleting a take lane again (the undo history revealed that). On audio tracks, you just see a quick glitch (something is popping up and disappearing again), on MIDI tracks as well, plus the track lanes stay visible.

@enoversum enoversum added the bug Something isn't working label Oct 11, 2021
@enoversum enoversum changed the title [Bug] Alt + X creates (or deletes?) new take lane [Bug] Alt + X shows take lanes or does nothing Oct 11, 2021
@Inversil
Copy link
Member

hmm that seems weird. Some of the shortcuts rely on language specific strings to be present, are you using Live in a language other than English?

@enoversum
Copy link
Author

Hey @Inversil - I am on a German system. While you English keyboard users often get shortcuts that are not accessible for us, because we can't use modifiers and another modifier to get to the character, in this case it had worked before, but now since 11 ceases to like me :).

@Inversil
Copy link
Member

ohh they reason I bring it up because it requires certain strings in live. if you change ableton live's language to english it should work. keyboard layout doesn't matter

@enoversum
Copy link
Author

@Inversil Ah, I get it, I just mixed two things up here. Unfortunately, even an English (US) interface doesn't let me Alt + X properly, I just tried it. I also tried to remove any key bindings I did in Live, to no avail. The fanciest change to Live is actually LES for me, nothing really added on top of that which might interfere.

@Inversil
Copy link
Member

hello! sorry for taking so long to get back to you.

You're right! it actually happens to me too!! I know why this is happening; I need to add an exception to the shortcut for live 11 users. I can't believe this took me so long to find. I was so sure that it was working correctly as I've used it many times... but I suppose not recently?
Thanks a lot for your report! I will include the fix when I get around to updating :-)

@enoversum
Copy link
Author

@Inversil Haha, no worries, you don't have to be quick, it's enough that LES is helping me navigate Live much quicker every day, and you're doing it in your free time!

Wonderful you finally ‘found’ the bug as well 🤣. And glad you're working on a fix, whenever you'll find the time!

@dioneno
Copy link

dioneno commented Feb 16, 2022

Any news òn how long this fix gonna take?

@Inversil
Copy link
Member

Inversil commented Jun 2, 2022

finally got around to updating this tool a bit! this should work now!!
let me know.

Best way to beta test is to clone the repo and run the .ahk file after installing autohotkey. I will make a proper build later and update the website with it some other time. Thanks a lot!

1db45ce

@Inversil Inversil added Fixed / Waiting for testing the issue has been fixed but the issue was left open for feedback purposes and removed bug Something isn't working labels Jun 2, 2022
@dioneno
Copy link

dioneno commented Aug 22, 2022

This still does not work for me with Release 1.3.5 and Live 11.1.1 - Am I missing something?

@dioneno
Copy link

dioneno commented Aug 22, 2022

OK nvm I am using too many return tracks, so that option on the list is missing.
image
Any workarounds for this, except deleting one of my return tracks?

@Inversil
Copy link
Member

Hey! Thanks for reporting this. I’m not sure if there is a way to detect how many return tracks someone has… but I have one idea: does an option to create return tracks get greyed out in the dropdown menus at the top of the window when you reach the limit? Under “create”

@dioneno
Copy link

dioneno commented Aug 22, 2022

Yes there is a greyed out option:
image

@Inversil
Copy link
Member

Hmmm.. I guess the solution for this would be to check if this option is greyed out and then do the macro differently. But I’ll have to implement that myself. I’ll change the flags so I do it when I get around to making the next update :-)

@dioneno
Copy link

dioneno commented Aug 22, 2022

I appreciate your work 🙏

@Inversil
Copy link
Member

Inversil commented Aug 22, 2022

Oh yeah, if anyone makes a pull request for this I will merge it immediately! It might be a while until I can make another update myself

@Inversil Inversil added bug Something isn't working and removed Fixed / Waiting for testing the issue has been fixed but the issue was left open for feedback purposes labels Aug 22, 2022
@Zylvian
Copy link

Zylvian commented Jun 12, 2023

In Live 11, Alt+X causes LES to freeze the the track I'm currently on.

@waynehuang3440
Copy link

for some reason this problem still exists.

if you want, you can use resource hacker to fix it yourself.
find the autohotkey script and use Ctrl+F and F3 to find the "cleartrack" section.
image
i changed {down 12} it to {s} to make it jump directly to the "select track content" and disabled sleep for faster operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants