I copied the script from the STEMS/FX pad page and added to mine.
Whenever I hit the vocal echo out or instrument echo out the volume gets super loud.
Any idea why this is happening ??
https://youtube.com/shorts/MDTp3CtE-Ek?si=3ShNRhL0qbsnMCpq
Whenever I hit the vocal echo out or instrument echo out the volume gets super loud.
Any idea why this is happening ??
https://youtube.com/shorts/MDTp3CtE-Ek?si=3ShNRhL0qbsnMCpq
Posted 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'
Posted 4 days ago @ 5:15 pm
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.
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.
Posted 3 days ago @ 6:39 pm