Archives

Try clearing your log. Details here: https://remotify.io/community/question/css-studio-seems-unstable-fixed#c…

Try clearing your log. Details here: https://remotify.io/community/question/css-studio-seems-unstable-fixed#c…

Following the instructions of JohnC the log throws this error: object has no attribute ‘relative_tracks_dict’ Since this post is 1.5 years old – has anything changed?

Following the instructions of JohnC the log throws this error: object has no attribute ‘relative_tracks_dict’ Since this post is 1.5 years old – has anything changed?

How to react to a started clip recording?

I tried it with another listener: self.song().tracks[0].clip_slots[0].add_has_clip_listener self.song().tracks[0].clip_slots[1].add_has_clip_listener fires if a clip is created on first track in the first 2 slots. But when I add a listener like that: self.song().tracks[0].clip_slots[self.get_modifier_value(“m1”)].add_has_clip_listener And change the value of m1 for example to 1 then the listener only fires if I create a clip in the first slot. […]