-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to quickly restore accidentally deleted cue point #13307
Comments
I experienced a similar situation, when triggering a hot-cue while shifting on the S4Mk3. An alternative could be a way to "lock" hotcues, so this can be toggles or enabled while performing live and prevent accidentally deleting hotcues |
The undo request fits into the broader request of being able to undo ControlObject changes, which is something that's not very easy to implement currently. |
I think for hotcues that's not too hard to implement, at least for cues deleted with If the slot is already occupied, choose the next free slot. For other scenarios it would be a bit more elaborate. A more compound "cue undo" solution would have to be implemented in the Track class, |
I have also been running into this, so if nobody took this, I’d like to work on this. |
I have made a first approach here #13469 |
Feature Description
I wanted to delete a cue point but while holding shift on my DJ505, I accidentally hit the wrong hot cue and deleted the wrong cue point. I can not remember where that cue point was and now it's gone until I remeber.
This can be very annoying in a live situation
Please implement an undo for cue point deletion
The text was updated successfully, but these errors were encountered: