Archives

COMPLICADO

Hi, We made significant redesigns to the user interface. Although this has changed, all of the concepts discussed in the tutorials remain the same. Here is a video on what changed in version 2.8: https://youtu.be/GeMFgf1VRwU?si=hSS_6WkG-ozFunOG

LED Feedback between modes, Looper Questions on Softstep 2

I have a mode toggle and the LED feedback is working, but it also sends several other seemingly random LED messages to the Softstep. Is this random behavior only happening when using the mode toggle? Could another surface script be sending values to the LED’s? To check this, you could set all other Control Surface […]

Snapshots

In order to use the following 2 functions in a Reaction: selected_variation_index = [xxx] recall_selected_variation() You would just need to add the track and device pieces before them. Examples (these would apply to the device 1 in track 1): self.song().tracks[0].devices[0].selected_variation_index = 1 self.song().tracks[0].devices[0].recall_selected_variation()

Had Some spare time, so I made myself the ARTURIA MINILAB 3 Template

Hi Chris, thank you for the meticulous work to build the template and the script. I downloaded both and imported the json files in CSS Version 2.8.5. The Controller Template imports without problems. The script seems to be empty. Only the 3 Standard Definitions for the mode’s are inside. As I take a look into […]

Had Some spare time, so I made myself the ARTURIA MINILAB 3 Template

Hi Chris, Thanks for putting this together. I’m just getting up and running with CSS, so apologies if I’ve missed a step here. Are you able to attach the latest versions of this script / template (e.g. as shared in attached images)? The currently attached files don’t include any mappings in the script, and the […]