Quick Sign In:  

Forum: General Discussion

Topic: SCRIPT
Hi All> So I have been here before and I'm up with another challenge in front of me please see the script below what I'm trying to do is add something to it an I cannot figure it out. I've been on this for the last week so any support would be appreciated. I have read over several documents on this and my head is like mush now so I need another set of eyes. So what I would like to do is when I hit the pad is for melody to keep playing and echo out vocal at 80% like the script below.

working script: hot_cue & action_deck 1 ? deck 2 loop 8 & mute_stem 'melody' : deck 1 loop 8 & mute_stem 'melody'

padfx "echo out" 80% 1bt "stemfx:vocal"

so any information how to apply this would be so greatly appreciated

Thank You - DJTEASE

 

Posted Tue 05 Mar 24 @ 1:45 am
Hi !!!

Can anyone help me with this??
 

Posted Tue 05 Mar 24 @ 11:10 pm
locoDogPRO InfinityModeratorMember since 2013
What isn't working?, the padfx script looks fine from here.
 

Posted Tue 05 Mar 24 @ 11:18 pm
I would like to add this script << padfx "echo out" 80% 1bt "stemfx:vocal" >> to the working strip above.
 

Posted Tue 05 Mar 24 @ 11:25 pm
locoDogPRO InfinityModeratorMember since 2013
still not clear what you mean, this is a guess at what you mean,.

hot_cue & action_deck 1 ? padfx "echo out" 80% 1bt "stemfx:vocal" & deck 2 loop 8 & mute_stem 'melody' : padfx "echo out" 80% 1bt "stemfx:vocal" & deck 1 loop 8 & mute_stem 'melody'
 

Posted Tue 05 Mar 24 @ 11:53 pm
Thank you very much it's not working but I have all the ingredients you gave me to figure the rest out I appreciate your time
 

Posted Wed 06 Mar 24 @ 12:11 am
So like I said thank you so much I figured it out with your help here is the script that works

hot_cue & action_deck 1 ? deck 2 loop 8 & padfx 'echo out' 80% 1bt 'stemfx:vocal' & mute_stem 'melody':deck 1 loop 8 & padfx 'echo out' 80% 1bt 'stemfx:vocal' & mute_stem 'melody'

THANK YOU SO MUCH!!
 

Posted Wed 06 Mar 24 @ 1:10 am
locoDogPRO InfinityModeratorMember since 2013
a bit tighter script
hot_cue & set_deck `param_add 1 'param_mod 2 get_deck'` & loop 8 & padfx 'echo out' 80% 1bt 'stemfx:vocal' & mute_stem 'melody'
 

Posted Wed 06 Mar 24 @ 1:17 am
WOW!!!! This works also lol thank you so much again!!!
 

Posted Wed 06 Mar 24 @ 2:35 am