Sign In:     


Forum: VirtualDJ Technical Support

Topic: ONSONGLOAD also executes when UNLOADING a song ??
Hi, I am a bit confused how exactly the ONSONGLOAD works. It seems that the command is also executed when I unload a song. This is strange.

E.g. I tried the simple command "play" within ONSONGLOAD. When unloading a song, it immediately loads another song and plays it.

Any ideas? Thanks!

 

Posted Thu 29 May 25 @ 8:37 pm
Ideas, it's probably that currently ONSONGLOAD, before it acts, looks for a
param_equal load_pulse 0 ? do the thing : nothing

if that's how it works for now, then your ONSONGLOAD script should be
loaded ? play : nothing

Something they should fix, but you can fix it yourself until they do.
 

Wow! Thanks! The "loaded ?" query solved it.