Does anyone know if there is an effect that does a gradual fade out rather than an 'instant' one for VDJ8? I have the 'FadeOut' effect loaded but the only thing it seems to do is allow me to adjust the beats in percentage terms before instantly dropping off e.g if I set the fade out length to 50% then turn the effect on the tune plays for a set amount of beats and then the fader instantly goes off.
I do remember doing something like this using a custom keyboard map in VDJ7 and would assume I could do the same again for VDJ8, but I would like to assign this to a custom button
I hope that makes sense !
I do remember doing something like this using a custom keyboard map in VDJ7 and would assume I could do the same again for VDJ8, but I would like to assign this to a custom button
I hope that makes sense !
Mensajes Fri 20 Jun 14 @ 4:24 am
You can echo fade out, I don't know about any other way
Turn the echo effect on with strength down ay 0% (script for this slider is, effect_slider 'echo' 1 0% )
Set the length to 8 beats (effect_slider 'echo' 2 100%) there are 11 settings on this slider 0 to 100% so they go up in 10%s
when you want to fade out turn the strength up & and mute the source with the button( effect_slider 'echo' 1 70% & effect_ 'echo' button 1 )
Try it on 2 buttons if you like it , I'll help you get it on to 1 button (this isn't perfect I've kept it simple to understand, but it can be perfected)
Button 1 effect_active 'echo' & effect_slider 'echo' 1 0% & effect_slider 'echo' 2 100%
Button 2 effect_slider 'echo' 1 70% & effect_ 'echo' button 1
Turn the echo effect on with strength down ay 0% (script for this slider is, effect_slider 'echo' 1 0% )
Set the length to 8 beats (effect_slider 'echo' 2 100%) there are 11 settings on this slider 0 to 100% so they go up in 10%s
when you want to fade out turn the strength up & and mute the source with the button( effect_slider 'echo' 1 70% & effect_ 'echo' button 1 )
Try it on 2 buttons if you like it , I'll help you get it on to 1 button (this isn't perfect I've kept it simple to understand, but it can be perfected)
Button 1 effect_active 'echo' & effect_slider 'echo' 1 0% & effect_slider 'echo' 2 100%
Button 2 effect_slider 'echo' 1 70% & effect_ 'echo' button 1
Mensajes Fri 20 Jun 14 @ 5:56 am