快速登录:  

Forum: VirtualDJ Technical Support

话题: Random stem ideas

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Curious to know if anyone else would be tempted by these or if it's just me!

I have some scripts to apply layers of different effects over a few bars to create automated mix out effects. I'd like to extend this so that I can apply different effects on different stems, eg, tightening echo and increasing reverb on the kick, bass and hats, spiral on the instr, kill the vocals. Something like an optional 'stem' parameter on the existing effect commands, after deck number?

Cheeky footnote - this makes Flip-like functionality tempting again, although the Serato UI makes it way too fiddly - maybe VirtualDJ could record VDJScript timed against beatgrid? Also looping stems - probably already in the backlog, designing a nice GUI will be hard, let alone script.

Appreciate it is early days and the team are already playing around with these sorts of ideas. Finding it all very exciting!

My effect scripts - first does a spiralling up effect, second goes down in tone.

padfx "enigma jet" 64% 64% & padfx "flanger" 55% 100% 93% 25% & padfx "echo out" 56% 82% 30% 60% & padfx "eq10" 0% 20% 35% 45% 45% 45% 45% 35% 20% 0% & repeat_start 'delayedstop' 8950ms & padfx "enigma jet" ? pause & repeat_start 'delayedstop' 50ms & padfx "enigma jet" ? pause & padfx "enigma jet" & padfx "eq10" & padfx "echo out" & padfx "flanger" & repeat_stop "delayedstop" : nothing

padfx "brakestart" 65% & repeat_start 'delayedecho' 800ms 1 & padfx "echo" 45% 40% 10% 50% "Mute Source:off" "Trailing Stop:off" & repeat_stop "delayedecho" & repeat_start 'delayedfx' 500ms 1 & padfx "reverb" 26% 68% 37% 29% "Wet Only:off" "Trailing Stop:on" & padfx "filter lp" 55% 71% & padfx "filter hp" 25% 71% & repeat_stop "delayedfx" & repeat_start 'delayedechoboost' 1700ms 1 & padfx "echo" 75% 40% 10% 50% "Mute Source:off" "Trailing Stop:on" & padfx "filter lp" 65% 71% & padfx "filter hp" 30% 71% & repeat_stop "delayedechoboost" & repeat_start 'delayedstop' 6000ms 1 & padfx "echo" ? padfx "echo" & padfx "reverb" & padfx "filter lp" & padfx "filter hp" & repeat_stop "delayedstop" : nothing
 

发表时间 Wed 10 Mar 21 @ 11:16 am
can do all sorts of fun things with scripts, i was playing around with something quite similar myself ..

Can do all sorts of creative things with stems and stems FX for sure ;-)
 

发表时间 Wed 10 Mar 21 @ 11:49 am
dfyffePRO InfinityMember since 2003
How would I apply a echo fx to stem Vocal, and have the echo continue after muting the vocal ?
 

发表时间 Sat 27 Mar 21 @ 1:35 pm
AdionPRO InfinityCTOMember since 2006
Turn up the echo effect to 100%, this will mute the source and continue the echo. Alternatively, use the mute source button on the echo effect options.
 

发表时间 Sat 27 Mar 21 @ 1:50 pm
dfyffePRO InfinityMember since 2003
Can you show me the script ?.
 

发表时间 Sat 27 Mar 21 @ 2:18 pm
dfyffe wrote :
Can you show me the script ?.


padfx "echo" 100%

or

padfx "echo" 80% 'Mute Source:on'

 

发表时间 Sat 27 Mar 21 @ 4:40 pm
dfyffePRO InfinityMember since 2003
Rune (dj-in-norway) wrote :
dfyffe wrote :
Can you show me the script ?.

padfx "echo" 100%
or
padfx "echo" 80% 'Mute Source:on'


when I try this the echo is applied but playing track stops< i just want to apply the echo to the stem and leave the track playing, this is my script, deck left mute_stem Instru & padfx "echo" 80% 'Mute Source:on'
 

发表时间 Sun 28 Mar 21 @ 7:03 pm
dfyffePRO InfinityMember since 2003
Thanks for your reply
 

发表时间 Sun 28 Mar 21 @ 7:15 pm


(陈旧帖子或论坛版块会自动关闭)