Delete Current Highlighted Clip
How do I delete the clip that is currently selected? You guys had me do a reaction in the older version of .song().view.highlighted_clip_slot.delete_clip()
But I am not sure how to do that in the new version. The one that I tried kept moving the clip down a scene every time I used it.
Hellem Answered question
.song().view.highlighted_clip_slot.delete_clip()
this spoils the script and it can’t be loaded
self.song().tracks[0].clip_slots[0].delete_clip()
this one deletes 1 clip on 1st track
ableton 11.3.10
admin Changed status to publish
Sign up
User registration is currently not allowed.