Peace !
My name is self styles, i have a VCI 300 and Akai ApC 40 and an Akai MPK Mini, now I've been trying to map both akai controllers to virtual Dj, but can't seem to assign effects,samples,or to a certain deck, it will how ever alot me to map hit cues loop functions ect....... But it will only work on the active deck, any information will be greatly Appricated ....
My name is self styles, i have a VCI 300 and Akai ApC 40 and an Akai MPK Mini, now I've been trying to map both akai controllers to virtual Dj, but can't seem to assign effects,samples,or to a certain deck, it will how ever alot me to map hit cues loop functions ect....... But it will only work on the active deck, any information will be greatly Appricated ....
Inviato Fri 15 Jun 12 @ 5:11 pm
Simply add deck 1 or deck 2 in front of the action, e.g:
deck 1 effect "flanger" active
For further details, please see:
http://www.virtualdj.com/wiki/VDJscript.html
deck 1 effect "flanger" active
For further details, please see:
http://www.virtualdj.com/wiki/VDJscript.html
Inviato Fri 15 Jun 12 @ 5:39 pm
thanks for that.... Ive looked into its been a great help, but im still haveing an issue with it, like for some reason when i try to map a key it wont read it example : hot_cue 4 leftdeck <---- it will only acknowledge the active deck and i still havent evan gotten the effects to work..... ill keep trying but thanks for the info.......
Inviato Sat 16 Jun 12 @ 4:25 pm
that's the wrong verb... you want "deck left hot_cue 4". "
leftdeck" assigns the deck to the left side if your using more than 2 decks, then you can make things happen only on the left deck ignoring the other, eg. if deck 1 is assigned to "leftdeck" if you map "deck left action" deck 3 is ignored, but if deck 3 is assigned to "leftdeck" deck 1 is ignored.
leftdeck" assigns the deck to the left side if your using more than 2 decks, then you can make things happen only on the left deck ignoring the other, eg. if deck 1 is assigned to "leftdeck" if you map "deck left action" deck 3 is ignored, but if deck 3 is assigned to "leftdeck" deck 1 is ignored.
Inviato Sat 16 Jun 12 @ 4:52 pm
great !! thanks bro i got IT !!!! how about effects can i assign a certain effect to a pad like a flanger ?? also how about adjusting the brake effect to make it not so long....... youve guys been a great help...... !!!
Inviato Sat 16 Jun 12 @ 5:44 pm
yep, that's just
"effect 'effect name' active"
eg
"effect 'flanjet' active"
or if you want momentary action use "while_pressed" eg.
"effect 'rollit2' active while_pressed"
or if you want some automation
effect 'crusher' slider 1 0% & effect 'crusher' active while_pressed & repeat 20ms & effect 'crusher' slider 1 +1%
you can substitute 'crusher' for any other effect, use multiple sliders etc...
The first slider is the brake time, you can adjust it manually on the skin or script it to something eg
effect 'brake' slider 1 30%
"effect 'effect name' active"
eg
"effect 'flanjet' active"
or if you want momentary action use "while_pressed" eg.
"effect 'rollit2' active while_pressed"
or if you want some automation
effect 'crusher' slider 1 0% & effect 'crusher' active while_pressed & repeat 20ms & effect 'crusher' slider 1 +1%
you can substitute 'crusher' for any other effect, use multiple sliders etc...
The first slider is the brake time, you can adjust it manually on the skin or script it to something eg
effect 'brake' slider 1 30%
Inviato Sat 16 Jun 12 @ 6:30 pm