Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: get_browsed_song "order"
locoDogPRO InfinityModeratorMember since 2013
seems last song added to automix list doesn't get an order number when added via action.
I was having a 3rd attempt at an "add to playlist at point" script and I caught the anomaly

button name
`get_browsed_song "order"`

set t 0 & browser_window_songs & playlist_add & browser_window automix & wait 1000ms & 
set t `param_multiply 'get_browsed_song "order" & param_cast "integer"' -1` &
browser_scroll bottom & wait 1000ms &
set t `param_add 'get_browsed_song "order" & param_cast "integer"' 'get_var t'`
 

Mensajes Mon 09 May 22 @ 7:39 am