Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Start song from other deck with macro action
VolwaterControlleristMember since 2016
Hello, does any one know how to start a specific cue point automaticaly in deck 2 when reachin a specific cue point in desk 1. Something like Goto_deck 2 & Goto_cue 1 & start.
Hope someone knows.
 

Posted Sun 15 May 22 @ 12:18 pm
locoDogPRO InfinityModeratorMember since 2013
action_deck 1 ? deck 2 play : deck 1 play
 

Posted Sun 15 May 22 @ 12:57 pm
VolwaterControlleristMember since 2016
Does some know what the exact macro/action must look like if I want to create a pitchbend on a specific cue from (example) 100% to 110% in 4 seconds ?
 

Posted Tue 12 Dec 23 @ 7:59 pm
maybe try:

----->
repeat_start_instant "blablabla" 1000ms 4 & pitch +2.5%
(in 4 steps)

or

----->
repeat_start_instant "blablabla" 250ms 16 & pitch +0.625%
(in 16 steps)

----------
Or wait to see if anyone else knows something similar...
 

Posted Wed 13 Dec 23 @ 8:30 pm
VolwaterControlleristMember since 2016
wollerosekauf wrote :
maybe try:

----->
repeat_start_instant "blablabla" 1000ms 4 & pitch +2.5%
(in 4 steps)

or

----->
repeat_start_instant "blablabla" 250ms 16 & pitch +0.625%
(in 16 steps)

----------
Or wait to see if anyone else knows something similar...




Thanks, this works perfect !!
 

Posted Sun 17 Dec 23 @ 1:17 pm