hi, im working on a touchscreen skin, and am wondering if i can make a shortcut to the selected effect/transition settings cog in a button??
(its difficult to select the cog with touchpanel)
(its difficult to select the cog with touchpanel)
Posted Tue 12 Aug 14 @ 5:43 am
effect_show_gui 'transition' for the selected Video transitions FX GUI
deck master effect_show_gui 'video' for the selected Master Video FX GUI.
deck master effect_show_gui 'video' for the selected Master Video FX GUI.
Posted Wed 13 Aug 14 @ 1:12 am
and for sound effect??
Posted Wed 13 Aug 14 @ 4:53 am
ive got 3 effects per deck, how do i get effect 2 and 3 gui, djdad please?
action="deck 1 effect_show_gui 'effect'"
action="deck 1 effect_show_gui 'effect'"
Posted Wed 13 Aug 14 @ 11:42 am
3 slots? replace 'effect' with the slot number
deck 1 effect_show_gui 1
deck 1 effect_show_gui 2
deck 1 effect_show_gui 3
deck 1 effect_show_gui 1
deck 1 effect_show_gui 2
deck 1 effect_show_gui 3
Posted Wed 13 Aug 14 @ 12:32 pm
thanks locodog, that worked a treat.
now in wondering whats the code to show the values of the parameters of the effects sliders please??
now in wondering whats the code to show the values of the parameters of the effects sliders please??
Posted Thu 14 Aug 14 @ 9:16 am
Have a look at the eq or filter from the default skin, I think it's just a 'get' command
Posted Thu 14 Aug 14 @ 12:08 pm
use action instead of format in the <text /> and use one of the available get_effect_slider actions
Posted Thu 14 Aug 14 @ 4:06 pm
thanks guys i found..
<text action="get effect_slider_text"/>
<text action="get effect_slider_text 2"/>
<text action="get effect_slider_text 3"/>
...
<text action="get effect_slider_text"/>
<text action="get effect_slider_text 2"/>
<text action="get effect_slider_text 3"/>
...
Posted Thu 14 Aug 14 @ 5:07 pm
Thanks for your help guys...
Posted Thu 14 Aug 14 @ 5:35 pm
Very nice.
Posted Thu 14 Aug 14 @ 8:12 pm