Archives

Bulk change common peramiters in tmplates

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 app in […]

4 days of work of work…..gone

Hi John, Yep spot on, I save the file every-time I make an alteration but the issue for me is that this saved file (both the controller and the script) get wiped each time I encounter this issue. If was thinking if save as was possible then creating backups would be super easy. At the […]

4 days of work of work…..gone

“There is no save as button” since version 2.8 there are save buttons which save direct to the json files when clicked. Can you post a screenshot of CSS when this happens please.

Specific Device Chain Control

So I managed to work this out however I have another issue to tackle. First, in case anyone else is interested, the solution I found… I have 4 chains on the track (all wavetable presets) each with their own unique 8 macros(i.e. using variations will not work). In Live I have set up clip actions […]

4 days of work of work…..gone

Hi John, Thanks for your response. I updates CSS on Monday so yep its the latest version. The Script goes blank on the MIDI Scripts side as well I checked that last night. It’s so strange – at the moment I am just updating it every 5 minutes on time machine

4 days of work of work…..gone

It’s done it again, It keeps freezing when generating a new script and it erases all the script and controller data when it happens. There is no save as button so the only way to keep on top of these random outages is to keep manually backing it up in the folder, which when you’re […]

4 days of work of work…..gone

Hi, If the controller template json file itself is empty then probably not unfortunately. If you have previously generated the script into Ableton, the script.json file will also be in the midi remote script folder, so you can get that back. Are you using the latest version of CSS 2.8.3?

Bulk change common peramiters in tmplates

Hi Wim, I n this attached script I need a way to change the track number (now it’s set to 4) and the pad number (now it’s set to C20) using your method described above by text replacing the JSON file. I tried and it kind of works: To replace the pad I text replaced […]