Ingresar:     


Forum: General Discussion

Tópico: VCI-400 Mappng - Page: 6

Esta parte del tópico es antigua y puede contener información incorrecta para la nueva versión.

what setting is your switch on, the little one in the front that say mode?
 

mine always hangs to the left... lol
 

and u stll have green buttons
 

i been looking through sum.zero mapping http://www.virtualdj.com/addons/15854/sum_zero.html he is using the shift button to delete the cues . i been trying to copy paste the correct part of his shift button

set '$shift' 1 & holding ? set '$shift' 0 : set '$shift' 0 & toggle '$sampler' & toggle '$grid_cue0'

and this is his pad 1


var '$sampler' 0 ? var 'grid_fx1' ? set 'gmb_fx1-1' 1 & set 'gmb_fx1-2' 0 & set 'gmb_fx1-3' 0 & set 'gmb_fx1-4' 0 & set 'gmb_fx1-5' 0 & set 'gmb_fx1-6' 0 & set 'gmb_fx1-7' 0 & set 'gmb_fx1-8' 0 & down ? effect 'BEATSLICER' button 1 : effect 'BEATSLICER' button 9 : nothing & var 'grid_fx2' ? set 'gmb_fx2-1' 1 while_pressed & effect 'beatgrid' active while_pressed : nothing & var 'grid_fx3' ? var 'cfxstatus' 0 ? var 'cfx1' 0 ? set 'cfx1' 1 & effect 3 'Pass_TexZK_old' select & toggle 'gmb_fx3-1' : var 'cfx1' 1 ? set 'cfx1' 0 & toggle 'gmb_fx3-1' : nothing : nothing : nothing & var 'grid_fx00' 1 ? loop 0.125 & toggle 'gmb0-9' : nothing & var '$grid_cue0' 0 ? var '$shift' 1 ? delete_cue 1 : hot_cue 1 & toggle 'gmb_cue0' : nothing : var '$sampler' 1 ? var 'grid_fx4' ? loop_roll 0.125 & toggle 'gmb_loop0' : nothing & var 'grid_fx5' ? set 'gmb_fx5-1' 1 while_pressed & down ? set 'roll_1' 1 & var 'roll_2' 1 ? effect 'beatmasher_single' active on & effect 'beatmasher_single' button 5 & effect 'beatmasher_single' button 9 1 & effect 'beatmasher_single' slider 4 100% & effect 'beatmasher_single' slider 1 100% : effect 'beatmasher_single' active on & effect 'beatmasher_single' button 9 1 & effect 'beatmasher_single' slider 4 100% & effect 'beatmasher_single' button 4 & effect 'beatmasher_single' slider 1 100% : var 'roll_2' 1 ? set 'roll_1' 0 & effect 'beatmasher_single' button 6 : var 'roll_3' 1 ? set 'roll_1' 0 : effect 'beatmasher_single' active off & set 'roll_1' 0 : nothing & var 'grid_fx6' ? holding 500ms ? sampler 1 select : sampler 1 play_stop & toggle 'gmb_fx6-1' : nothing & var 'grid_fx01' 1 ? smart_cue & toggle 'gmb0-1' : nothing & var '$grid_cue0' 1 ? var '$shift' 1 ? delete_cue 11 : hot_cue 11 : nothing : nothing


i know this is to much i been trying to truncate it but i always mess up....
 

You just need to take it one step at a time when tackling code that big. I have been working on a way to format the text all yesterday and just had a great idea of how to do it a couple of hours ago, I just need to add some syntax highlighting and work out a couple of bugs. At the moment you can load your mapping file into the web browser but you need a server to do the ajax request to load it. I'll see if I can read it in from pasting into a textbox, that will take more time though.

In answer to your question though you could just change the mapping for the pads from 'delete' to '$shift'. Sampler converter page updated with new script. With this method you need to make sure you hold the shift button for longer than half a second before releasing otherwise you will change from sampler to hotcue mode, but the cue will still be deleted and you would just need to quickly press the shift button again.
 

yes that worked....only thing the screen is switching from sampler and browser. no good but i trying find those sampler words and change them to browers....also when i toggle in to sampler mode the pads dont light up like they used to...but the delete cues with the shift button works perfect
 

I deleted the part that changes the browser page. Also EGE means "Ean Golden Edition"
 

also the buttons dont light up letting me know im in sample mode and its only working on he left deck....right deck stays on cues no matter which shift button is pressed.
But left deck working right expect for the pads not getting bright when im in sample mode
 

the standard version doesn't have any control over the pad brightness, so I have no way to implement that functionality to test sorry.

You could try changing the led mappings eg. "names only match if you used the page I posted earlier to convert your mapping"

map name="LED_SAMPLER_#"
var 'sampler' ? sampler # play ? on : off : hot_cue # ? var '$shift' ? blink 300ms : on : off

map name="LED_PAD#_DIMMER"
var 'sampler' ? sampler # play ? off : on : off

you could input into the VDJPadConverter page. I put the word 'skip' in all the boxes but 'mode 1'. then just grabbed the part I needed from the end. I'm working on grouping controls together on the page I mentioned before that will replace '#' with the number, but that's a little way off..

I think I need to get some server space on the internets
 

 

synthet1c wrote :

PS. it will take more than this to annoy me ;-)
----ok

i see that left side is working but right side is not, but even with that you still were able to separate the shift buttons...would it make a difference if you used left or right instructions instead of deck numbers?
 

Going to work...but its working ok im going to make another video tonight when i get home and post it the send you map file...cause that independent deck sample/cue/loop triggering so so nice....have a good one
 

It won't matter as both shift buttons send exactly the same midi message, that means there is no way to distinguish which side of the controller you are pressing as effectively VDJ only see's one button, I don't know what the Vestax engineers were thinking when they implemented that functionality, but that's the way it works.
 

i have everything copied, what part do you need
 

here is a quick video. Sorry about the quality I couldn't get my mates camera... What this is showing is that you can set cues in the hot cue mode, you can delete them with either the shift button or the last button on the grid that you originally wanted to delete the cues. You can swap to the sampler shift by pressing the shift button quickly and play samples with any of the pads or mode buttons. It also shows that it's hard to play the epic lead with only your left hand while holding a phone LOL.

 

yes man....thats what im speaking about!!! ok where can i get code...
 

I think I emailed it to you last week... If not it's on the sampler converter webpage.
 

ok gotcha
 

Thanks for the slicer script of Mr. synthet1c and the help of the teamers Moramax and djdad, I have uploaded the VCI-400DJ Def & Mapper for every PRO user.

Download -> http://www.virtualdj.com/addons/16272/Vestax_VCI-400DJ.html

I will upload soon also an advanced mapper for the classic VCI-400 :)

Note:
Every VCI-400 could be a VCI-400DJ thanks to the last firmware released for Serato DJ
PC -> http://help.vestax.co.jp/en/detail.php?id=475&id_page_url=409
MAC -> http://help.vestax.co.jp/en/detail.php?id=476&id_page_url=410

*******************************
MIDI firmware (Version 2.03)
*******************************
- The CUE LEDs for Decks C/D are now controlled internally, by firmware. So they will toggle on/off even if a PC is not connected.
- Setting the front switch for Deck C/D to the middle does NOT set the transport LEDs to green, unlike previous versions.
- The colour of the transport LEDs can now be set by MIDI CC messages.
Sending a CC in the range 65-127 will set the LED to red / yellow, a CC in the range 1-64 will set it to green, and a CC of 0 will switch it off.
- The Platter Touch message is sent regardless of the Vinyl button state.
- The Vinyl button LED is not controlled by firmware anymore, but can be set by MIDI.
- Shift button does not flash when pressed.

*******************************
Audio firmware (version 21.00)
*******************************
- Mixer mode activated for Decks C/D when front switch for C/D is in middle position only.
- Master volume knob does not affect master level in headphones, or in recording channel on PC.
- Fixed bug where the mixer audio will cut out for a few seconds, when a Mac host is connected. Audio sampling rate is limited to 48kHz now.
- Improved VU meter response.
- Improved filter interpolation.

And every VCI-400DJ could be a classic VCI-400, just upload on it the old firmware
PC -> http://help.vestax.co.jp/en/detail.php?id=478&id_page_url=412
MAC -> http://help.vestax.co.jp/en/detail.php?id=479&id_page_url=413

just in case some VCI-400DJ users will mix with VirtualDJ 7 LE bundled also with the VCI-400DJ ;)
 

You people are geniuses
 

83%