🔥 Lifetime deal! Get Control Surface Studio for Just £67 👉 Click Here To Get It
Time left... mailtimers.com
⚠️ Lifetime licenses are ending soon, get yours before they're gone ⚠️
Your shopping cart is empty.

Delete/undo

Submitted by uhbuv on Fri, 07/27/2018 - 21:11
uhbuv
Pro User

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

6 Responses

Comments

JohnC
Forum Admin
#1

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

theinfinate
Control Surface Studio User
#2

Hi John, I love this app! there is a few things id like to add and the clip delete and record would be one of them, is there a work around? currently I have keyboard maestro sending a tab tab delete keyboard stroke. tab tab is the only way I've figured out how to highlight the clip area to make sure I don't accidentally delete a track or device.

JohnC
Forum Admin
#3

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

upload files: 
anthonygeorgis
Free User
#4

Hello! New here and trying to add "delete clip" functionality to my Akai APC40 MKII but I'm having a lot of trouble understanding scripts and CSS. I have zero programming skills, so I'm struggling.

The ideal behavior for this would be a long press on the clip slot button to delete, but I would also consider other triggers including a key combination such as pressing "shift + the clip slot" I want to delete.

Can you help?

JohnC
Forum Admin
#5

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

Hellem
Control Surface Studio User
#6

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?