When I use this script on a pad or user button, it does and automatic instant switch of playing tracks, and returns the outgoing track to the latest cue point. That works great:
action_deck 1 ? deck 1 cue_stop & deck 2 play : deck 2 cue_stop & deck 1 play
But if I do it on release, by putting "up ?" in front if it, it gets a bit weird.
So this seems to work great
up ? action_deck 1 ? deck 1 cue_stop & deck 2 play : deck 2 cue_stop & deck 1 play
And if I map it on a deck-aware custom button or pad, I can even go back and forth
(normally there will be some "while pressed" -like scripts before he "up" part )
And if I then click cue on any of the decks it also works as expected. Still great
But if I go straight to using hot cues on a deck that has been the outgoing deck using the script, without clicking cue first, then VDJ (often? always? not sure) keeps (re)setting the hotcue instead of playing from it
It doesn't happen if the script is used without the "up ?"
I'm not sure why this happens...
Here is an example
First I use the script without the "up" part
Then everything acts like expected, even when going straight to hot cue after using the script twice (to get back to the original deck)
Then I add the "up" part. Then it everything acts like expected on release
But when I then go straight to triggering a hotcue on the playing deck, VDJ starts resetting the hotcue again and again
Finally I click cue once, and then go back to using hot cues. Then VDJ returns to expected behavior
action_deck 1 ? deck 1 cue_stop & deck 2 play : deck 2 cue_stop & deck 1 play
But if I do it on release, by putting "up ?" in front if it, it gets a bit weird.
So this seems to work great
up ? action_deck 1 ? deck 1 cue_stop & deck 2 play : deck 2 cue_stop & deck 1 play
And if I map it on a deck-aware custom button or pad, I can even go back and forth
(normally there will be some "while pressed" -like scripts before he "up" part )
And if I then click cue on any of the decks it also works as expected. Still great
But if I go straight to using hot cues on a deck that has been the outgoing deck using the script, without clicking cue first, then VDJ (often? always? not sure) keeps (re)setting the hotcue instead of playing from it
It doesn't happen if the script is used without the "up ?"
I'm not sure why this happens...
Here is an example
First I use the script without the "up" part
Then everything acts like expected, even when going straight to hot cue after using the script twice (to get back to the original deck)
Then I add the "up" part. Then it everything acts like expected on release
But when I then go straight to triggering a hotcue on the playing deck, VDJ starts resetting the hotcue again and again
Finally I click cue once, and then go back to using hot cues. Then VDJ returns to expected behavior
发表时间 Thu 02 Feb 23 @ 12:32 pm