Delete/undo

1.29K views
0

Is there a way to map the “Delete” and “undo” function like on the Push 2? Would save a lot of time when i’m jamming and mess up. As I wouldn’t have to take my hands off my midi controller to undo my mistake or delete selected clip/track

admin Changed status to publish
Attached Files:
0

Not directly in the App (this is coming soon though)
It is simple enough to do in code, I can help any Pro members with this if they need it 🙂

Thanks

John

admin Changed status to publish
Attached Files:
0

Hi, you can delete the currently highlighted clip, by setting this in a Reaction
.song().view.highlighted_clip_slot.delete_clip (see attached image)

admin Changed status to publish
Attached Files:
0

You can delete a clip / delete the highlighted clip using the reaction action:
Live Object Model > Clip Slot > Delete Clip
It might be worth watching our tutorials on using Reactions here:
https://remotify.io/product/control-surface-studio#reactions-videos

admin Changed status to publish
Attached Files:
0

as i see that gives
self.song().tracks[0].clip_slots[0].delete_clip()
and as i see it can only delete 1st clip on a 1st track

so, how can we delete highlighted clip?

admin Changed status to publish
Attached Files: