Sign In:     


Forum: VirtualDJ Technical Support

Topic: Start song from other deck with macro action
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
action_deck 1 ? deck 2 play : deck 1 play
 

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 ?
 

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...
 

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 !!