A different approach would be similar to my first comment but instead of using mode changes we can stay within one mode. In each of your reactions, you’ll have to start with an action block that only lets you continue if the correct track is selected. For example: __REACTION__ LISTENER: can be anything, like a […]
Hi, I’m quite new at CSS myself but I’d like to take a guess on how to proceed. For each track I would make an exclusive mode, that has all the mappings I want to use on that track. Then, I would setup a reaction that listens if the selected track has changed which then, […]
Siejeje – keep the log file clear: https://remotify.io/community/question/if-css-running-slow-read-comment-…
It happened to me as well and since then I have continuous backup of all my scripts to google drive. For some reason CSS stopped reacting to Save and Close buttons and I had to force closing it from system menu (macos). After that my script was empty and I lost couple hours of work.
Hello, I know this is a late response but maybe somebody will find use for it. The way I did it was to make a reaction with 2 action blocks: – Action Block 1: disarms all tracks within a given range via loop – Action Block 2: arms the highlighted track ACTION BLOCK 1: LOOP: […]
As far as I’m aware, the Push script (and all other default scripts which come with Ableton) don’t have combination mode turned on, so this wouldn’t be possible.
We will be monitoring this issue, if more people report this happening then it’s something which will need to be investigated further. Thanks R.
Ignore it does work files hadn’t copied correctly
How did you test this, im looking to purchase but want to make sure its compatible with 12 before i buy, i tried copying over the script but didnt work
Hi, I made it work by replacing the following text in the JSON file: [self.track_num(3)] => update the track number self.midi_note_ch_0_val_59 => update the midi value C20 => update the pad number This saved me hours of work in CSS.. I wonder if it would be possible to have a version of the CSS app […]