Open sfogar opened 2 years ago
Hey! I just installed this script on ableton 11.2.6 and encountered the same issues.
After changing out the xrange()
instances for range()
(L988 and L1021) the script is working alright, but the clip status (recording, queued etc) is 'one step behind' if I use the mouse/keyboard. When using the pads the state is displayed correctly.
@sfogar I've got 0 experience with ableton+python, but I suspect this and this is where most of the auto-update magic happens. The links are for pad1, but the code is duplicated for pad 2-8
I might take a look myself in the future as well. But I think the script is quite usable right now.
@DeepSmeag can I open a pull to fix the range()
xrange()
issue?
Hi there, I would gladly accept any fixes you can help with. Don't have the time to get back into the project myself, so I rarely even get to check issues/ comments here. Any kind of fix you have, open a PR and I'll look into it. Thank you very much!
Hi, I write this just to let you know that the script doesn't work on Live 11. I found some workarounds (mainly the xrange -> range) but for me the main problem is that the pad lights does not update if, for esample, you start a clip from session view. In this case you have to click in Ableton in the session row and then there is the pad color change. Can you please point me to the section of code which implements this ? Many thanks AF