Hi Glenn, Many thanks for your suggestion. To be honest I don’t really know how to code, I survived thanks to ChatGPT and lots of trial and errors, sometimes barely understanding what I was trying… For now on that part I have a workable solution (with the exception it does not fully work with the […]
12.1.11 Here are the error messages below I get in CSS when loading Ableton – I don’t see any error messages when it is happening. cannot import name ‘_MxDCore’ from ‘_MxDCore’ (/Applications/Ableton Live 12 Suite.app/Contents/App-Resources/MIDI Remote Scripts/_MxDCore/__init__.pyc) Traceback (most recent call last): File “”, line 1, in File “/Users/st———————-/Music/Ableton/User Library/Remote Scripts/Showsync/__init__.py”, line 5, in from […]
I’ll check it out but it might take some time. I’ve been “out of the game” for a while, focusing on other stuff, so I’ll need to get into it again.
Hi Neoseed, Have you tried using Python’s “threading” module? When you use time.sleep it freezes Ableton during that time. The threading module makes it that this timer happens on a separate loop, so to speak. This way Ableton’s loop is able to keep running while your sleep timer is On.
Hello, First, many, many thanks! Thanks to this amazing work, we now have access to a core functionality of the APC40 — without which using Remotify wouldn’t make much sense. I’ve tested the Clip Colors script and it works relatively well when using the built-in “Session Box Navigation” mapping. However, I’ve been developing a custom […]
Hello everyone ! So, unfortunately both scripts proposed above by JohnC led to Ableton crashing. With the help of ChatGPT and (way too) many hours of trial and error I finally managed to emulate the behavior of the APC40 Mk2 : when you press, there is one immediate move of the session box and if […]
You can export specific mappings from a script from within the script editor (in the left panel at the top of the mapping table). Export the mappings you want (you will get a json file), open the other script in the script editor and then import the json file. If you want to export / […]
CSS only monitors incoming MIDI on your computer. It shouldn’t (as far as I’m aware) be blocking MIDI data going to Ableton. I’ve never experienced this. If anyone else has experienced this issue, please feel free to chime in!
Hello, Many thanks for your answer. I was not sure it was possible but your answer encouraged me to look for it and I finally found the buttons. So here it is for other people who want to import/export specific items: There are import and export button on the left panel within a script (left […]
Here is a screen capture that demonstrates the Midi Fighter Twister (MFT) crashing. The 40 and 51 scripts were made with the most recent 2 version. The button test and chain 1 update scripts were made with CSS 3.0.1. You can see the MFT crashes when changing in and out of css 3.0 scripts. You […]