ok guys tried the scripts which ive found on here and they wont work for me.
what i am trying to do mis map my clipbank to 1; activate clipbank random video
2;deactivate clipbank random video
not sure what im doing wrong but when ive tried all i get is clipbank showing in video box but not activating it clears ok.
also i have different clibanks in my folder but when i try to delete normal clipbank and leave random nothing works then.
basically im trying to activate clipbank random after a singer is done or when im done playing a video and returning to audio.
any help appriciated as usual
what i am trying to do mis map my clipbank to 1; activate clipbank random video
2;deactivate clipbank random video
not sure what im doing wrong but when ive tried all i get is clipbank showing in video box but not activating it clears ok.
also i have different clibanks in my folder but when i try to delete normal clipbank and leave random nothing works then.
basically im trying to activate clipbank random after a singer is done or when im done playing a video and returning to audio.
any help appriciated as usual
Posté Mon 07 Nov 11 @ 5:49 am
wouldn't it just be "video_fx_select 'clipbank_random' & video_fx" to turn it on/off? if you want to map the buttons eg "change now" or the timer slider use
video_fx_select 'clipbank_random' & video_fx_button 1
video_fx_select 'clipbank_random' & video_fx_slider 1
so if you want to activate them both you could probably use the below script it should have a toggle switch, on one side it will disable all video fx then enable clipbank and random clipbank on the other press it will just disable all video fx
toggle 'video_fx_need_an_on_off_script_please_atomix' & var 'video_fx_need_an_on_off_script_please_atomix' 1 ? video_fx_clear : video_fx_select 'clipbank' & video_fx & video_fx_select 'clipbank_random' & video_fx : video_fx_clear
you can change the 'video_fx_need_an_on_off_script_please_atomix' for anything else that has meaning to you im just trying to get a point across, it would also make a whole lot more sense if you had a led to go with it on a controller.
video_fx_select 'clipbank_random' & video_fx_button 1
video_fx_select 'clipbank_random' & video_fx_slider 1
so if you want to activate them both you could probably use the below script it should have a toggle switch, on one side it will disable all video fx then enable clipbank and random clipbank on the other press it will just disable all video fx
toggle 'video_fx_need_an_on_off_script_please_atomix' & var 'video_fx_need_an_on_off_script_please_atomix' 1 ? video_fx_clear : video_fx_select 'clipbank' & video_fx & video_fx_select 'clipbank_random' & video_fx : video_fx_clear
you can change the 'video_fx_need_an_on_off_script_please_atomix' for anything else that has meaning to you im just trying to get a point across, it would also make a whole lot more sense if you had a led to go with it on a controller.
Posté Mon 07 Nov 11 @ 9:24 am
i will give theese a go tomorrow mate cheers.
as i said i have a button already set to clear video fx and thats ok.
trying to use another button to activate clipbank random (always have bankss full for whicever party) so it will just play straight away on a clip.
when i tried to map it clipbank would show under screen in vdj but not activate.
basically want to just hit button to start / stop clipbank without having to use lappy and do it manually.
as i said i have a button already set to clear video fx and thats ok.
trying to use another button to activate clipbank random (always have bankss full for whicever party) so it will just play straight away on a clip.
when i tried to map it clipbank would show under screen in vdj but not activate.
basically want to just hit button to start / stop clipbank without having to use lappy and do it manually.
Posté Wed 09 Nov 11 @ 7:03 am