Anmelden:     


Forum: General Discussion

Topic: VCI-400 Mappng - Page: 4

Dieser Teil des Themas ist veraltet und kann veraltete oder falsche Informationen enthalten

updated... that is a really nice bit of script there, what it does is when you press the shift button it activates the normal shift. The magic is that if you release it before half a second it will change to sampler mode on release, but if you hold it for longer than half a second then release it will only deactivate the shift. essentially if you tap it you will change the sampler mode.

I did a little change to it to suit your mapping a little better, hopefully it works
 

do u have vci400
 

ok the samples aren't triggering now but it is toggling
 

yeah it's in the other room... I have to go to a mates place to watch the AFL final in a minute though. I can try it out when I get home.

PS did you change all the buttons scripts, they were updated too and need to changed. Also if you haven't refreshed the page within the last minute or so you should do that.

I think I will still need to add a bit more due to the conflicts between the different decks. If you want to try it out just change the shifts mapping to toggle 'sampler' as the only place '$shift' is used is on the pads so you shouldn't lose any functionality.
 

no i justed asked because its crazy how you write code so quickly genius i tell you genius....\\\
 

Lots of practice.. refresh the page when you see this, it should remove the conflict of the decks on the grid buttons, but will mess up the RGY pads in the transport section. I'll figure that out later cause I'm off to get drunk.
 

ok enjoy the game....but it didnt work it toggle but stays in on cues...no samples
 

when you get chance can you post the pad mapping before we start with the cue button...cause i think we went to far....the screen is changing from browser to sampler ect when it pressed that i really dont want it to do...
 

last update for a while, try it out... I removed the page swap. Can you also email me your mapping and definition. I changed my VCI-400 to the new Serato DJ firmware and made modifications to my definition so not everything will translate to the old firmware.
 

set '$shift' 1 & holding ? set '$shift' 0 : set '$shift' 0 & toggle '$sampler' & var 'sampler' ? page "sampler" : page

"browser"

var '$sampler' ? sampler 1 play_stutter & sampler 1 select : hot_cue 1

var '$sampler' ? sampler 2 play_stop & sampler 2 select : hot_cue 2

var '$sampler' ? sampler 3 play_stop & sampler 3 select : hot_cue 3

var '$sampler' ? sampler 4 play_stop & sampler 4 select : hot_cue 4

var '$sampler' ? sampler 5 play_stop & sampler 5 select : hot_cue 5

var '$sampler' ? sampler 6 play_stop & sampler 6 select : hot_cue 6

var '$sampler' ? sampler 7 play_stop & sampler 7 select : hot_cue 7

var '$sampler' ? sampler 8 play_stop & sampler 8 select : hot_cue 8

var '$sampler' ? sampler 9 play_stop & sampler 9 select : loop_in & loop ? on : off

var '$sampler' ? sampler 10 play_stop & sampler 10 select : loop_out & loop ? get beatgrid : off

var '$sampler' ? sampler 11 play_stop & sampler 11 select : loop & loop ? get beatgrid : off

var '$sampler' ? sampler 12 play_stop & sampler 12 select : loop ? loop_exit & blink 300ms : set 'delete' while_pressed

& var 'delete' ? blink 300ms : off

this workd for me except pad 12 what did i write wrong


where do i find the files you want? and how do you like serato dj?
 

I don't use Serato DJ, I just use the firmware as you can control the transport sections led colors, it makes it a little easier to highlight what the buttons do. VDJ is all that I need and allows hundreds more options to customise to suit the way I play.

I'm just headed home now, so I'll have another look when I get there.

the mapping and definition files are in

'C:\\Users\yourName\Documents\VirtualDJ\mappers'
'C:\\Users\yourName\Documents\VirtualDJ\devices'
 

synthet1c wrote :
I don't use Serato DJ, I just use the firmware as you can control the transport sections led colors, it makes it a little easier to highlight what the buttons do. VDJ is all that I need and allows hundreds more options to customise to suit the way I play.

I'm just headed home now, so I'll have another look when I get there.

the mapping and definition files are in

'C:\\Users\yourName\Documents\VirtualDJ\mappers'
'C:\\Users\yourName\Documents\VirtualDJ\devices'


so seratodj firmware is compatible to virtual dj or what do u mean by colors
 

you can choose between red and green for the outside 4 buttons and yellow or green on the inside 2 buttons
 

synthet1c wrote :
you can choose between red and green for the outside 4 buttons and yellow or green on the inside 2 buttons


like red and green for play and cue and yellow and green for the rest...which ive mapped to stop effects backspin, brake, loopout and beattap.

can the sample pads be color edited also.

and can you incorporate this into the mapping you have been showing me how to map

 

i think VDJ should contract your expertise
 

Yes you can do that, That's why I updated the software. Unfortunately you don't get control of all the colors on all the pads, but every pad is able to be green. I contacted vestax support and besides being useless at answering questions they did not consider a new firmware that allows full control of every led on the controller to be a good idea. It's a shame because that would be great for VDJ or traktor.. but I guess that isn't their target market.
 

i would love them to change to green when im using the samples or even just the shift led...
 

Djratedxxx919 wrote :
set '$shift' 1 & holding ? set '$shift' 0 : set '$shift' 0 & toggle '$sampler' & var 'sampler' ? page "sampler" : page

"browser"

var '$sampler' ? sampler 1 play_stutter & sampler 1 select : hot_cue 1

var '$sampler' ? sampler 2 play_stop & sampler 2 select : hot_cue 2

var '$sampler' ? sampler 3 play_stop & sampler 3 select : hot_cue 3

var '$sampler' ? sampler 4 play_stop & sampler 4 select : hot_cue 4

var '$sampler' ? sampler 5 play_stop & sampler 5 select : hot_cue 5

var '$sampler' ? sampler 6 play_stop & sampler 6 select : hot_cue 6

var '$sampler' ? sampler 7 play_stop & sampler 7 select : hot_cue 7

var '$sampler' ? sampler 8 play_stop & sampler 8 select : hot_cue 8

var '$sampler' ? sampler 9 play_stop & sampler 9 select : loop_in & loop ? on : off

var '$sampler' ? sampler 10 play_stop & sampler 10 select : loop_out & loop ? get beatgrid : off

var '$sampler' ? sampler 11 play_stop & sampler 11 select : loop & loop ? get beatgrid : off

var '$sampler' ? sampler 12 play_stop & sampler 12 select : loop ? loop_exit & blink 300ms : set 'delete' while_pressed

& var 'delete' ? blink 300ms : off

this workd for me except pad 12 what did i write wrong


where do i find the files you want? and how do you like serato dj?



where did i go wrong in sampler 12 line everything else works
 

did you have a line separating the string when you input it? it needs to be all one string

var '$sampler' ? sampler 12 play_stop & sampler 12 select : loop ? loop_exit & blink 300ms : set 'delete' while_pressed & var 'delete' ? blink 300ms : off

Also I changed the mapping on the webpage to have the sampler shift localised to the deck it's activated on, this will aviod conflicts that may arise on the opposite deck. I also removed the swapping between the sampler and browser page when you activate the sampler shift as you said you didn't want it. Refresh the page to get the new version.
 

grabbed it ill work it in after i get off work..you have a good night and im gonna get my day started...ez
 

55%