登录:     


Forum: VirtualDJ Technical Support

Topic: Modify STEMS+FX pads
Is the STEMS+FX pad built into the VDJ app? or is it an pad extension that I downloaded? I really like it, but would like to change some of the parameters to better match my mixing and music style. How can I modify it? Do I need to first clone it or make my own pad extension, and then edit the scripts for each pad button I want to change? Are there any online resources that someone can point me to? Also, it would be great to be able to change the fx duration/fade out dynamically via an encoder on my controller (either the wet/dry channel encoders or level/depth knob).
 

发表时间 yesterday @ 4:11 pm
 

This is great! Thank you. I've now successfully added and tweaked stem effects on STEMS+FX pads.

One last question: I copied this script below from another pad button, but it doesn't reset properly when a new track loads like all the other pad FX do. Can anyone help clean it up and get it to reset on song load? Basically I want to have a brake effect on all stems but the vocals, allowing them to keep playing.

var 'stemsnfx2' 2 ? on & set 'stemsnfx2' 0 & mute_stem 'instru' off & mute_stem 'bass' off & mute_stem 'rhythm' off : off & set 'stemsnfx2' 2 & slip_mode off ? slip_mode & effect_stems 'instru' on & effect_stems 'bass' on & effect_stems 'rhythm' on & padfx_single 'brakestart' 0.25 & wait 1bt &slip_mode off & mute_stem 'instru' on & mute_stem 'bass' on & mute_stem 'rhythm' on & padfx 'brakestart' & effect_stems 'instru' off & effect_stems 'bass' off & effect_stems 'rhythm' off : effect_stems 'instru' on & effect_stems 'bass' on & effect_stems 'rhythm' on & padfx_single 'brakestart' 0.25 & wait 1bt & mute_stem 'instru' on & mute_stem 'bass' on & mute_stem 'rhythm' on & padfx 'brakestart' & effect_stems 'instru' off & effect_stems 'bass' off & effect_stems 'rhythm' off