Hi Bosses, need this mapping;
If the deck is stoped or pause it load but if the deck is playing then it load and play.
I hope am clear?
Thanks
If the deck is stoped or pause it load but if the deck is playing then it load and play.
I hope am clear?
Thanks
geposted Wed 09 Jun 21 @ 9:47 am
What have you tried?
geposted Wed 09 Jun 21 @ 9:52 am
load_next 'keepplay' with loadSecurity off
geposted Wed 09 Jun 21 @ 9:52 am
I tried this; 'load & play' but making it load when stop is the problem
geposted Wed 09 Jun 21 @ 9:55 am
DJ FESTIVAL138 wrote :
Hi Bosses, need this mapping;
If the deck is stoped or pause it load but if the deck is playing then it load and play.
I hope am clear?
Thanks
If the deck is stoped or pause it load but if the deck is playing then it load and play.
I hope am clear?
Thanks
in settings, turn on keepPlayStatusOnLoadSong
Thats it ;-)
geposted Wed 09 Jun 21 @ 10:54 am
Can't find can I get a photo of that and I use v8.4-64 b5308
geposted Wed 09 Jun 21 @ 11:11 am
DJ FESTIVAL138 wrote :
v8.4-64 b5308
Thats too old likely..
Update to latest version to have modern and newest features
https://www.virtualdj.com/download/index.html

geposted Wed 09 Jun 21 @ 11:13 am
I'm downloading it but if I still like the old one, no map to fix my problem
geposted Wed 09 Jun 21 @ 11:16 am
DJ FESTIVAL138 wrote :
I'm downloading it but if I still like the old one, no map to fix my problem
Can be done, the problem mapping load & play is that its executed so fast, so it might not work if trying to play at same time as load (works on my computer though) But adding a simple wait in the script will do
Try see if this works (works fine my end)
play ? load & play : load
With a simple wait if needed:
play ? load & repeat_start "wait" 50ms 1 & play : load
(adjust 50ms higher if your computer is slow , and needs longer wait)
Or just download latest version and use keepPlayStatusOnLoadSong in settings instead ;-)
geposted Wed 09 Jun 21 @ 11:41 am
Wow 😲 God bless you all. Thanks
geposted Wed 09 Jun 21 @ 11:48 am