Accesso rapido:  

Forum: General Discussion

Topic: Can anyone help me FADE OUT please

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

Hey folks... new here... first time posting infact. I've used VDJ7 for years... and I used a sound FX plugin called fade... you hit the button, and it would simply fade out the song to silence. Can I do this in the new VDJ? I've found a pad that fades out with a filter effect, but I need to be able to do it without the filter... Is there anyone here able to offer some assistance, please?

Thanks

Lee
 

Inviato Tue 28 Sep 21 @ 5:33 pm
locoDogPRO InfinityModeratorMember since 2013
show the script
 

Inviato Tue 28 Sep 21 @ 5:44 pm
freppaPRO InfinityMember since 2002
Here is a script from the site to use on a custom button:

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

 

Inviato Tue 28 Sep 21 @ 6:17 pm
Excellent!!!! :) Thank you so much!!! :)

 

Inviato Tue 28 Sep 21 @ 7:29 pm
Does anyone know if it's possible to put this into a plugin effect, so I could have a button to trigger it for each deck? rather than just the active deck with the pad
 

Inviato Tue 28 Sep 21 @ 8:53 pm
locoDogPRO InfinityModeratorMember since 2013
virtualfx does that if you have windows machine
 

Inviato Tue 28 Sep 21 @ 9:08 pm
NicotuxHome userMember since 2014
CLEAN THE SCRIPT

repeat_start levelSweep 10ms 101 & level -1% & level 0 ? repeat_stop levelSweep & stop & repeat_start WaitTimer 100ms 1 & level 100% :

THEN apply it to a specific deck if needed
can be one pad button per deck

deck 1 repeat_start levelSweep 10ms 101 & level -1% & level 0 ? repeat_stop levelSweep & stop & repeat_start WaitTimer 100ms 1 & level 100% :

deck 2 repeat_start levelSweep 10ms 101 & level -1% & level 0 ? repeat_stop levelSweep & stop & repeat_start WaitTimer 100ms 1 & level 100% :

sometime "/wiki/VDJScript Examples Database.html" have to be updated too ^^
 

Inviato Tue 28 Sep 21 @ 11:41 pm
LOCODOG... What is virtualfx bud?

NICOTUX... What do u mean by clean the script?
I get the one button for each deck idea though.
 

Inviato Wed 29 Sep 21 @ 4:00 pm
NicotuxHome userMember since 2014
 

Inviato Wed 29 Sep 21 @ 4:32 pm


(Vecchi argomenti e forum sono automaticamente chiusi)