I've noticed while messing around that the slip point seems to move when I have it enabled, press and hold a hot cue and press another hot cue. This seems to cause the slip position to move to the first hot cue's current position. I don't know if this is on purpose or a bug, but how would I make it so a hot cue will stay playing until another one is pressed, say for example, if I want to rearrange the instrumental with hot cue points while slip holds the track's actual place, so I can return to the original instrumental when I want otherwise?
Posté Thu 25 Apr 24 @ 2:03 am
not really a bug just what it does, when slipmode is on pressing a hotcue makes a note of where it is at that time, it goes to the cue and when released it returns to position + time passed.
So your 2nd press is saving the position as the go back to point.
In some ways it could be seen a feature [desired behaviour, pressing 2 buttons at the same time is either on purpose and you want the slip return updated, or it's a mistake and you didn't mean to press 2 buttons at once]
That said, when you're mashing pads mistakes happen
You can dance round it with something like this
So your 2nd press is saving the position as the go back to point.
In some ways it could be seen a feature [desired behaviour, pressing 2 buttons at the same time is either on purpose and you want the slip return updated, or it's a mistake and you didn't mean to press 2 buttons at once]
That said, when you're mashing pads mistakes happen
You can dance round it with something like this
get_slip_active ? get_slip_time & param_cast ms & goto & hot_cue 1 : hot_cue 1
Posté Thu 25 Apr 24 @ 3:23 am