Sign In:     


Forum: General Discussion

Topic: Needing help with a script for cutom button
Hello...I am NOT a DJ so please don't kill me! I do fill in music while doing PA work. I use VirtualDJ to help with this and I have learned alot. What I am looking for is a custom button that I can hit to fade the volume of the song currently playing on the deck to 50% and remain there. I'd like a second button to fade it back to 100%. I would like the fade to last about a second. Can anyone produce this script for me? Much appreciated!
 

Posted 5 days ago @ 12:43 am
mic_talkover 0.5 3000ms

single script will do both.
 

PERFECT...THANKS!!
 

Would you be willing to help me one other thing? I tried Google and ChatGPT but it is not giving me scripts that actually do what I ask. So, let me just put it here...
I am using the PRO layout, 2 main decks and the supplimental limited function decks below. What I would like is a custom button that will fade out the main deck that is currently playing and start the other main deck with a 1 second delay. To rephrase...Hit the custom button on one of the main decks that is currently playing and that song begins immediatley fading out to stop over 3 seconds. WIth the same click of the button, I would like the other main deck to begin AFTER a 1 second delay. I also want the volume of the deck that faded to stop to return to 100%

I have gotten scripts that do most of this but not all. If you can help with this one, I would be even more excited! Thanks, Chris
 

( wait 1000ms & deck 1 play ? deck 2 play : deck 1 play ) & set $outDeck `deck 1 play ? get_deck : deck 2 play ? get_deck : ` & set $counter 0 & set_deck `get_var $outDeck` & repeat_start rsFade 30ms 100 & level -0.01 & cycle $counter 100 & var $counter 0 ? pause & repeat_stop rsFade & wait 100ms & level 1.0 : level 0.0 ? set $counter 99 : 


Something like that
 

OMG...you are AMAZING! That looks Chinese but it works exactly how I wanted...THANK YOU!