Quick Sign In:  

Forum: General Discussion

Topic: Fade and stop song
New to VDJ. Preparing for a dance competition where they use VDJ. I am used to working with QLab and there is a feature where you hit ESC on the keyboard and the current running cue will fade out to nothing. This is needed when a song is longer than the actual dance. I could hit stop, but the music just hard stops. I need it to fade out over 3-4 seconds, then stop playing. Realize VDJ is tailored for DJ work, but this still seems like a simple task, but for the life of me can't figure it out. Working on a MAC in case there is a difference....
 

geposted Wed 15 Mar 23 @ 10:06 pm
NVM... Figured it out...

Custom button, added script below:

repeat_start_instant 'levelSweep' 10ms 101 & level & param_smaller 1% ? stop & repeat_stop 'levelSweep' & stop & repeat_start "WaitTimer" 100ms 1 & level 100% : level -1% : nothing

Done!!
 

geposted Wed 15 Mar 23 @ 10:35 pm
locodogPRO InfinityModeratorMember since 2013
repeat_start_instant 'levelSweep' 10ms 101 & level & param_smaller 1% ? stop & repeat_stop 'levelSweep' & wait 100ms & level 100% : level -1%


one of mine, from years ago, brought up to date with wait action

 

geposted Wed 15 Mar 23 @ 10:40 pm