Anyone know if there is a way to take your camera video stream and put it on to the sampler so that
it can be triggered by a pad?
This way the camera can overlay any video that is being output on demand.
Thanks,
DJ James
it can be triggered by a pad?
This way the camera can overlay any video that is being output on demand.
Thanks,
DJ James
Inviato Thu 23 Mar 17 @ 3:47 am
Why do you have to put Camera on Sampler ? Just have a button activating the Camera Video Effect (deck master effect_active 'Camera' )
Unless u mean record but not show on Master, keep it on a Sample and show later.
Unless u mean record but not show on Master, keep it on a Sample and show later.
Inviato Thu 23 Mar 17 @ 5:23 am
You can create or edit a Pad Page and put the action to enable/ disable the camera effect on a pad.
Inviato Thu 23 Mar 17 @ 8:10 am
PachN wrote :
You can create or edit a Pad Page and put the action to enable/ disable the camera effect on a pad.
Ok I got it on the right deck pad 8 and it works great. Thanks.
Only problem is because my video crossfader is linked to the audio crossfader
the camera only stays on when the crossfader is 100% to the right deck.
How can I make it stay on 100% on both decks like the video clips do? Must I have another pad
for the other deck?
For pad 8 on the right deck I am using effect_active Camera
DJ James
Inviato Thu 30 Mar 17 @ 9:34 am
deck master effect_active camera
Will activate it on master instead of on the deck
Will activate it on master instead of on the deck
Inviato Thu 30 Mar 17 @ 9:50 am
Adion wrote :
deck master effect_active camera
Will activate it on master instead of on the deck
Will activate it on master instead of on the deck
That did the trick, however, using pad 8 uses both pad 8's on both decks.
Is their a way to make it only use the pad 8 on one deck with the same effect?
DJ James
Inviato Thu 30 Mar 17 @ 10:14 am
map PAD 8 as ..
device_side 'left' ? deck master effect_active 'Camera' : actionForRightSide
device_side 'left' ? deck master effect_active 'Camera' : actionForRightSide
Inviato Thu 30 Mar 17 @ 11:49 am