Accesso rapido:  

Forum: Wishes and new features

Topic: Delete remix point script

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

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
 

Inviato Mon 17 Oct 16 @ 9:33 pm
locoDogPRO InfinityModeratorMember since 2013
Try deleting by name

delete_cue "remix 1"
 

Inviato 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
 

Inviato Tue 18 Oct 16 @ 8:55 am


(Vecchi argomenti e forum sono automaticamente chiusi)