Archives

CSS 2.7 is now available!

This shouldn’t have been an update. I’m having so much trouble making templates. When you add something it doesn’t appear. A template disappeared out of nowhere.

How do we get Relative control working?

Hi, you mentioned “Relatve #2” so i guess you use an Arturia Controller, right? Try the Python code below (keep attention to correct indentation) in a reaction (listener “encoder 1” MIDI Channel 7, CC 20) A step size ist stored In global modifier “m20”, with fixed step sizes 1,2,3,4 or 8 and dynamic behaviour (knob […]

Bug in reactions: Clip Slot (Solved, no bug)

Hi, This one refers to the currently highlighted clip slot self.song().view.highlighted_clip_slot.is_playing Where as this one refers to the clip slot at position 0, 0 (left, top) self.song().tracks[0].clip_slots[0].is_playing Changing tracks[0] to i.e. tracks[1], will change it to track 2 in your session And changing clip_slots[0] to clip_slots[1] will change to scene 2.

How do we get Relative control working?

And then Absolute stopped working to change the modes for some reason which was really odd. Regardless knob acceleration would be very good to work on CSS. I was trying to re-edit a script that does that with GPT but to no avail. I am just trying now and gonna keep simple and trying to […]

How do we get Relative control working?

I have the knobs working with Relative 2 correctly when switching modes, with Left:127 Right:1 and Steps:127. For some reason changing modes with Relative doesn’t work with Left:127 Right:1 and Steps:127. I think the log.txt. gave me an error. ChatGPT said something about it. I’m trying to make a Reaction work now since I gave […]

[SOLVED] Defer your response, workarounds?

While making a note of your comments Phil, I just found a note to myself from a while ago: A workaround of the defer issue is also to update a modifier value, then in a separate reaction, add a listener which waits for a change to that modifier and then update the UI in someway. […]