快速登录:  

Forum: VirtualDJ Skins

话题: vdj script button to load next track in playlist

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

ok so the problem is its easy to get it to load the next track in playlist trouble is it only will load it into the current active deck i want it to load the next track in list into the deck thats not playing as like you have double clicked on a track
I know how to add the button just need to know the "action"
 

发表时间 Fri 12 Apr 13 @ 3:49 pm
The command is simply "Load" (or press L on your keyboard) once you have highlighted the file in the playlist.

Keith
 

发表时间 Fri 12 Apr 13 @ 3:53 pm
point is i want a single button on the screen to load the next track in playlist without having to select it in the playlist reason being its for touch screen interface

playlist_load_and_remove kinda works but only on one deck unless you switch the active deck
 

发表时间 Fri 12 Apr 13 @ 4:00 pm
Dodge57PRO InfinityMember since 2009
I use this script for example for the left deck :

page 'browser' & browser_window 'songs' & browser_scroll +1 & deck left load

I think you can change it for a playlist (I have not tried) :

page 'browser' & browser_window 'playlist' & browser_scroll +1 & deck left load
 

发表时间 Fri 12 Apr 13 @ 5:39 pm
but does that only load on left deck
 

发表时间 Fri 12 Apr 13 @ 6:13 pm
Dodge57PRO InfinityMember since 2009
no ! It was just for the example ! You can choice between : deck 1 or deck 2 or deck right or deck left or you write nothing.
If you write nothing = active deck :

page 'browser' & browser_window 'playlist' & browser_scroll +1 & load
 

发表时间 Fri 12 Apr 13 @ 6:15 pm
fantastic that works perfect :)
 

发表时间 Fri 12 Apr 13 @ 6:27 pm


(陈旧帖子或论坛版块会自动关闭)