Ingreso rápido:  

Forum: Old versions

Tema: Retain Effects Settings On Shutdown

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Does anyone know if there is a way to have the program save the last state of the Effects for the next start up? It would be nice to have things like ShowLogo, Scrolling Text, Random Video Transition and so on load on the program start up if they were on the last time that it was shutdown.

Any information would be appreciated.

Thanks in advance.
 

Mensajes Thu 02 Jun 11 @ 4:11 pm
I'm not sure vdj could remember the settings you closed the program with, but you could map ONINIT (on controller initiation) this will set the effects how you want them on start up, although you may have a problem as the only way you can activate video effects that I have found is to have it on screen.

you would map it like this
video_fx_select "showlogo" & video_fx active on & video_fx_select "Scrolling_Text" & video_fx active on & video_fx_select "Random_Video_Transition" & video_fx active on

If that doesn't work you could use a button (midi or keyboard) that cycles so you would need to hit it three times to activate all the effects
cycle 'vfx' 4 & var_equal 'vfx' 1 ? video_fx_select "showlogo" & video_fx active on : var_equal 'vfx' 2 ? video_fx_select "Scrolling Text" & video_fx active on : var_equal 'vfx' 3 ? video_fx_select "Random Video Transition" & video_fx active on : nothing

you could of course set specific settings using "video_fx_button" or "video_fx_slider" in the appropriate place

Video transition selection and activation is written like this
video_transition_select "my_plugin" & video_transition
 

Mensajes Thu 02 Jun 11 @ 4:44 pm
The ONONIT didn't seem to work, but I was able to map it to an available button. Didn't need the active on in the statement though. Here is what worked, and brings up the screen for selecting/setting the scrolling text variables.

video_fx_select "showlogo" & video_fx & video_fx_select "RandomVideoTransition" & video_fx & video_fx_select "SBDJ SCrollText" & video_fx & show_pluginpage "Video Effects"

Thanks for the help.
 

Mensajes Thu 02 Jun 11 @ 5:41 pm


(Los tópicos y foros antiguos son automáticamente cerrados)