ok i have my xfader to the video xfader. i know i can set a keyboard or midi key to unlink the audio xfader but i can not find any option to just simply unlink the video fader from the midi one. i'm sure its simple i'm just missing it.
发表时间 Mon 13 Jul 09 @ 7:11 pm
no one?
发表时间 Tue 14 Jul 09 @ 5:21 am
this thing on............
发表时间 Tue 14 Jul 09 @ 2:14 pm
Which controller do you use?
发表时间 Tue 14 Jul 09 @ 3:56 pm
As far as I'm aware, if you've mapped the video_crossfader to your MIDI crossfader, you can't stop it reacting unless you either remove the mapping or disable your mixer from sending the MIDI.
However using VDJScript you could reserve a button or keypress to toggle a variable, then use that variable to decide whether or not to control the crossfader or not.
For example:
BUTTON/KEY: toggle $VideoUnlink
CROSSFADER: var $VideoUnlink ? video_crossfader or var $VideoUnlink ? nothing : video_crossfader
HTH :)
However using VDJScript you could reserve a button or keypress to toggle a variable, then use that variable to decide whether or not to control the crossfader or not.
For example:
BUTTON/KEY: toggle $VideoUnlink
CROSSFADER: var $VideoUnlink ? video_crossfader or var $VideoUnlink ? nothing : video_crossfader
HTH :)
发表时间 Tue 14 Jul 09 @ 4:27 pm
i use a zero4 sbdj thanks, one quick ? where do i change the info? in one of the xml files? sorry the script writing for vdj is very new for me. i'm a click and click kinda guy.
发表时间 Thu 16 Jul 09 @ 5:32 am
You'll have mapped the crossfader yourself in the Mappers window - change the crossfader definition there. You can assign the button one to either a MIDI button or a keyboard button, your choice :)
Because you won't have created a definition file, the korg will be under "Simple MIDI wrapper".
Because you won't have created a definition file, the korg will be under "Simple MIDI wrapper".
发表时间 Thu 16 Jul 09 @ 10:18 am
i tried to copy past both things the button in keyboard and the xfader on the zero4 but when i copy the text you had for fader non of them work. i must be doing it wrong.
发表时间 Thu 16 Jul 09 @ 10:53 am
nm i figured out what i did wrong.
发表时间 Thu 16 Jul 09 @ 11:14 am
this might be a stupid question but can it be mapped in cue 5.2 to do that?
发表时间 Thu 16 Jul 09 @ 11:28 am
djsynystr wrote :
this might be a stupid question but can it be mapped in cue 5.2 to do that?
The mapper function is exclusive to VDJ 6.x series, so I don't think you can do it (easily) in 5.x
发表时间 Thu 16 Jul 09 @ 9:03 pm
yeah thats what i thought. ok what about this one. i have a mapper i made in cue 5.2 when i copy the xml file into the vdj folder it doesnt show up in the drop down list as a possible mapper. i tried naming it to the same as one already isntalled and deleting that one and that didn't work. is it because its a new mapping script?
发表时间 Fri 17 Jul 09 @ 6:45 pm
djsynystr wrote :
yeah thats what i thought. ok what about this one. i have a mapper i made in cue 5.2 when i copy the xml file into the vdj folder it doesnt show up in the drop down list as a possible mapper. i tried naming it to the same as one already isntalled and deleting that one and that didn't work. is it because its a new mapping script?
If you're talking about putting the mapper into v6.0.1, then, no...It won't work.
发表时间 Fri 17 Jul 09 @ 8:59 pm