Hello, if someone could help out. Two part question.
1. I'm using: "video_fx_select "Strobe" & video_fx" to trigger a single video effect but how can I map it so one effect doesn't deactivate the other?
2. How do you map a button to activate two video effects at once? For example colorize + strobe.
Thanks
1. I'm using: "video_fx_select "Strobe" & video_fx" to trigger a single video effect but how can I map it so one effect doesn't deactivate the other?
2. How do you map a button to activate two video effects at once? For example colorize + strobe.
Thanks
Inviato Thu 22 May 14 @ 5:42 pm
One Effect:
effect 'strobe' active
Two Effects, one press:
effect 'colorize' active & effect 'strobe' active
effect 'strobe' active
Two Effects, one press:
effect 'colorize' active & effect 'strobe' active
Inviato Thu 22 May 14 @ 5:58 pm
djtouchdan wrote :
One Effect:
effect 'strobe' active
Two Effects, one press:
effect 'colorize' active & effect 'strobe' active
effect 'strobe' active
Two Effects, one press:
effect 'colorize' active & effect 'strobe' active
Thanks, I had tried this already but when you activate the video effects they do not obey the fx parameters.
Any ideas?
Inviato Thu 22 May 14 @ 10:11 pm
Are you trying to map some specific midi controller ? Which one ?
Keep in mind that if you need to control the parameters of the effect using effect_slider x actions, you need to also select it
If you still need to use multiple effects at the same time, i would suggest to use slots instead, so ..
effect x select 'effectname' & effect x active (where x is the lost from 1 to .. )
and for the sliders you need to map one ..as
effect_slider x 1 or effect_slider x 2 (to control the first 2 parameters of the x lost)
Use .. deck master in front of each action if you wish those to apply on master
Keep in mind that if you need to control the parameters of the effect using effect_slider x actions, you need to also select it
If you still need to use multiple effects at the same time, i would suggest to use slots instead, so ..
effect x select 'effectname' & effect x active (where x is the lost from 1 to .. )
and for the sliders you need to map one ..as
effect_slider x 1 or effect_slider x 2 (to control the first 2 parameters of the x lost)
Use .. deck master in front of each action if you wish those to apply on master
Inviato Thu 22 May 14 @ 10:16 pm