登录:     


Forum: VirtualDJ Technical Support

Topic: Somethings not right
 

发表时间 4 days ago @ 2:00 am
script you copied?
var 'stemsnfx2' 1 ? on & set  'stemsnfx2' 0 & mute_stem 'melody' off & mute_stem 'rhythm' off : set 'stemsnfx2' 1 & effect_stems 'melody' && effect_stems 'rhythm' & padfx_single 'echo' 0.5 0.65 0.25 0.75 & wait 1bt & padfx 'echo' & mute_stem 'melody' on & mute_stem 'rhythm' on & effect_stems 'melody' & effect_stems 'rhythm'
 

Here's the script I copied,

var 'stemsnfx1' 1 ? toggle 'stemsnfx1' & mute_stem 'vocal' : off & toggle 'stemsnfx1' & effect_stems 'vocal' & padfx_single 'echo' 0.5 0.65 0.25 0.75 & wait 1bt & padfx 'echo' & mute_stem 'vocal' & effect_stems 'vocal'

var 'stemsnfx2' 1 ? on & set 'stemsnfx2' 0 & mute_stem 'melody' off & mute_stem 'rhythm' off : set 'stemsnfx2' 1 & effect_stems 'melody' && effect_stems 'rhythm' & padfx_single 'echo' 0.5 0.65 0.25 0.75 & wait 1bt & padfx 'echo' & mute_stem 'melody' on & mute_stem 'rhythm' on & effect_stems 'melody' & effect_stems 'rhythm'

1 is for vocals and the other is for instrumentals. Neither of them are working for me.