快速登录:  

Forum: Old versions

话题: _help_Keyboard hotkey for BRAKE effect

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

howdy all ..... i have this line of VB script i put inside the last line of the keyboard mapping .xml file to hot key the brake effect but iam a n00b so it is not working correctly i started moving some " signs around and still no success
and i had the slider move but the effect not working

<map value="M" action="effects 'brake' active slider 1 50%" /> does this look correct???

yea cause iam trying to get this effect hotkey'd then going to try for the echo ...flanger.....and flippin double
this program is pretty cool



much obliged for the help

 

发表时间 Mon 21 Feb 11 @ 4:14 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Try this..
action="effect select 'brake' & effect active & effect slider 1 50%"
This will activate the Fx too.

In case you want just the slider to adjust, without activating the Fx, try..
action="effect select "brake" & effect slider 1 50%"
 

发表时间 Mon 21 Feb 11 @ 7:47 pm
yo djDAD thanks for the VB script fix.....
it works as i thought it would....this virtual dj is pretty slick with hotkeys now!!!

you ever seen some of the chop n screw videos out there i like this one

was wondering if that was produced by VIRTUAL DJ..?? ive heard of serrato but will never use it...and i played with a version
of traktor but that program does not compare to Vdj!!!!

i like the video effects that are timed with the sound effects especially the multi color
here is the link
http://www.youtube.com/watch?v=QPI5wduX4oc&feature=fvst

you rock man maybe ill upgrade to some cdj'z or a hercules controller but iam obsessed now with mouse and keyboard
feels like iam playing a video game!!!
 

发表时间 Mon 21 Feb 11 @ 9:44 pm
If you edit the XML file directly (Not recommended - You should preferably use the CONFIG -> Mappers dialogue in VirtualDJ to add/change mappings), then characters such as ", ' and & have special meanings in XML. You must use &quot;, &apos; and &amp; respectively, otherwise the syntax of XML file will be invalid and it may fail to load/work.

E.g: The above should be:

<map value="M" action="effect select &quot;brake&quot; &amp; effect active &amp; effect slider 1 50%" />

It's much easier to change this from CONFIG -> Mappers, because VirtualDJ will then do this special encoding for you automatically.
 

发表时间 Tue 22 Feb 11 @ 6:17 am
ok ...iam working inside the config/mapper area....to hotkey flanger effect to the [ key

i can create the new key and learn button then i get stumped on the Dialogue below the key learn .....

this line works to switch from the BROWSER tab but no effect is becoming selected...and there isnt a SYNTAX error

show_pluginpage "Sound Effects" 'effect flanger +6'



what do yall think??? am i getting close on this VB script??
 

发表时间 Sun 27 Feb 11 @ 9:01 am
That is because the syntax of your mapping is incorrect. & must be used to chain several actions together, e.g:

show_pluginpage "Sound Effects" & effect "flanger" slider 1 +6

(Assuming you were trying to increase the 1st slider of flanger by 6.)
 

发表时间 Sun 27 Feb 11 @ 1:33 pm
i have a numark ns6 and i would love to change the action for the beat grid 3 and 4 buttons to activate the brake affect, 3 its on the left deck and 4 its on the right deck, can u help me whit the code for the mapper, i tryed the ones above but they dont work, it just shows the effect selection mini window but it doesnt activate the effect.
 

发表时间 Fri 17 Feb 12 @ 3:00 pm
this will turn the effect on and off

effect 'brake' active

I use this for a fill as it wont stop the track only pause it for as long as you hold the button

down ? effect 'brake' active on : effect 'brake' active off & play
 

发表时间 Fri 17 Feb 12 @ 3:12 pm


(陈旧帖子或论坛版块会自动关闭)