This is a really useful mapping to load the next song in a playlist to either the left or right deck
page 'browser' & browser_window 'songs' & browser_scroll +1 & deck left load
page 'browser' & browser_window 'songs' & browser_scroll +1 & deck right load
What I would like to add to this mapping is for the "select deck" (tab) to move to the newly loaded deck.
Can anyone help me with this?
page 'browser' & browser_window 'songs' & browser_scroll +1 & deck left load
page 'browser' & browser_window 'songs' & browser_scroll +1 & deck right load
What I would like to add to this mapping is for the "select deck" (tab) to move to the newly loaded deck.
Can anyone help me with this?
Posté Wed 04 May 22 @ 8:12 am
loading a deck makes it selected deck already
Posté Wed 04 May 22 @ 8:39 am
Try adding:
& deck left select
and
& deck right select
to the end of the 2 scripts
& deck left select
and
& deck right select
to the end of the 2 scripts
Posté Wed 04 May 22 @ 8:43 am
locodog wrote :
loading a deck makes it selected deck already
Oh, yes it does :D
So my scripts are a bit redundant :)
Posté Wed 04 May 22 @ 8:45 am
Adding end of my script solved the problem. Thankyou!
& deck left select
and
& deck right select
& deck left select
and
& deck right select
Posté Sun 08 May 22 @ 8:21 pm