Session Box Issues

1.13K viewsCSS BugsSession Box Issues
0

CSS 3.0.1

Ableton 11.3.10

Session Box has a mapping mor midi out for event named: Stop Clip Triggered.

I suppose that this event happens when clip is triggered to Stop. In ableton i see no such behavior on clips. They dont change its state or color when Track Stop was pressed. Also there in no option to stop a certain clip cuz only 1 can be played at the same time, so Clip Stop can only happens as Track Stop.

So i suppose that Stop Clip Triggered is written by CSS developers somehow. May be by this: self.song().tracks[X].clip_slots[Y].stop()

And it is not working.

I have mapped midi out value for this event in Session Box mapping, but it send out nothing. Also i made a listener that do this: self.song().tracks[X].clip_slots[Y].stop() for my button and send out midi value. And it works. BUT! Session Box is also sending out midi for a clip action Clip Started in Session Box mappings. As ableton changes clip behavior to this.

So, lets fix that. We need to override Clip Started midi out when Clip Stop action has been triggered. So Session Box will not send out midi like Clip Started when it actually was Stopped. Also we need to make Stop Clip Triggered function to work (cuz now it is doing nothing)

Also there is a need to rename a field “Record” in Session Box mapping window. Cuz actually it is “No clip”.

Do it ASAP please.

Hellem Asked question