快速登录:  

Forum: Wishes and new features

话题: Delete remix point script

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

I wish for a script to be able to delete remix points on the fly, like you can with regular hot cues, so that you can both add and remove remix points on the fly

For a hot cue button combined with the shift button that looks like this:
var '$shift' ? delete_cue 1 : hot_cue 1

The script for adding a remix point on the fly looks like this
hot_cue 1 remix

So what I'm asking for is the ability to do something like this
var '$shift' ? delete_cue 1 remix : hot_cue 1 remix
 

发表时间 Mon 17 Oct 16 @ 9:33 pm
locoDogPRO InfinityModeratorMember since 2013
Try deleting by name

delete_cue "remix 1"
 

发表时间 Mon 17 Oct 16 @ 11:19 pm
Thank you. It works :)

If possible it would still be great to be able to do it by position, since once in a while they may have none-default names.
Not a big issue though
 

发表时间 Tue 18 Oct 16 @ 8:55 am


(陈旧帖子或论坛版块会自动关闭)