Entra:     


Forum: General Discussion

Topic: VCI-400 Mappng - Page: 3

Questa parte dell'argomento è obsoleta e potrebbe contenere informazioni obsolete o errate

Grid Pad 1
sampler 1 load "EXplosions\explosion2.wav" & sampler 2 load "GunsShots\Guncock1.mp3.mp3"

& sampler 3 load "GunsShots\gunfire.mp3.mp3" & sampler 4 load "Lasers\!-LASER ACROSS

WATER-!.mp3.mp3" & sampler 5 load "Lasers\01 001-multi_laser_stonelove_02_(2)..mp3" &

sampler 6 load "Lasers\35 35 Disco Lazer.mp3.mp3" & sampler 7 load "Vox\fmale.mp3" &

sampler 8 load "Vox\I Know You Gonna Dig This.mp3.mp3" & sampler 9 load "Vox\04

Interlude (2).mp3" & sampler 10 load "Vox\voice - sound effects - ok i'll relo.mp3" &

sampler 11 load "Vox\bringbackfromtop.mp3" & sampler 12 load "Vox\bringthatshitback.mp3"




Grid Pad 2
sampler 1 load "ReggaeDrops\Dub Sound 1.mp3" & sampler 2 load "ReggaeDrops\lickshoot

2.mp3.mp3" & sampler 3 load "ReggaeDrops\Skin Out.mp3.mp3" & sampler 4 load

"ReggaeDrops\sound fx - wayne marshall - uh huh e.mp3" & sampler 5 load "ReggaeDrops

\Brand New - Brand New.mp3.mp3" & sampler 6 load "ReggaeDrops\bounty-people_dead

1.mp3.mp3" & sampler 7 load "Horns\hornia.mp3.mp3" & sampler 8 load "ReggaeDrops\sound

fx - merciless wadup 1.mp3.mp3" & sampler 9 load "ReggaeDrops\voice - sound effects -

bombo claaaa.mp3" & sampler 10 load "ReggaeDrops\10 Capleton (DUB).mp3" & sampler 11

load "ReggaeDrops\(sound fx)bounty killer - run di tra.mp3" & sampler 12 load

"ReggaeDrops\lickwood.mp3"




thats what i pasted minus the "Gridpad#" but its not working
 

so add >>>> var '$shift' ? set 'mode' 4 : set 'mode' 0 & <<< to the beginning of each mapping....
var '$shift' ? set 'mode' 4 : set 'mode' 0<<pad1
var '$shift' ? set 'mode' 5 : set 'mode' 1<<pad2
var '$shift' ? set 'mode' 6 : set 'mode' 2
var '$shift' ? set 'mode' 7 : set 'mode' 3
is that right
 

still not working...you want me to send you my vci400 map file.
 

I found the problem... You can't have subfolders of the sampler folders referenced like this "someFolder\some sample.vdj". It's weird because you can use this method with effects and video effects in nested folders. It means you need to use the entire filepath, I'll change the page an re-upload to the server.
 

fixed it. VDJ wants forward slashes when the sample is nested in a folder. Webpage updated.
 

synthet1c gave you the solution with vdj
You just must to add a variable, for example #pad
To map a touch to change the variable

var '#pad1' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad2' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad3' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad4' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj"

juan
 

Thank you Synthetic...that work perfect. and i figure now i really should only use 8 samples since theres only 8pads. but Synth i thank you...and if you leave your cap off i will continue to pick your Brains...Brainz...Brainz..send more cops.....
 

jmf28 wrote :
synthet1c gave you the solution with vdj
You just must to add a variable, for example #pad
To map a touch to change the variable

var '#pad1' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad2' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad3' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj" : var '#pad4' ? sampler 1 load "samp_1_name.vdj" & sampler 2 load "samp_2_name.vdj" & sampler 3 load "samp_3_name.vdj" & sampler 4 load "samp_4_name.vdj" & sampler 5 load "samp_5_name.vdj" & sampler 6 load "samp_6_name.vdj" & sampler 7 load "samp_7_name.vdj" & sampler 8 load "samp_8_name.vdj"

juan


var '$shift' ? set 'mode' 4 : set 'mode' 0
var '$shift' ? set 'mode' 5 : set 'mode' 1
var '$shift' ? set 'mode' 6 : set 'mode' 2
var '$shift' ? set 'mode' 7 : set 'mode' 3

he gave me these i think these are the variables you mean
 

var '#pad1' ? set '#pad2' : var '#pad2' ? set '#pad3' : var '#pad3' ? set '#pad4' : var '#pad4' ? set '#pad1'
 

Yo Synth I on way to work...but when i get nack i think i git a solution for the 8samples im gonna make the variables from the mode buttons to the 4 little buttons in the middle on top of that little slider. and map the 4 mode buttons to samples slots 9-12 when im in sample mode and i dont think that would effect the loop and cue functions i plan to map for when i shift toggle out of sample mode. But that Synth you are a patient person. Just let me know when i start getting on your nerves...lol...Peace
 

You won't annoy me bro, I like explaining how to map almost as much as mapping things.

Your suggestion sounds good, once you figure out what you want to do we can make it work. If I go too fast for you just let me know and I'll explain it better, or you can just ask me to do something without explaining if that suits you better. I remember how confronting looking at mapping was when I saw it the first few times, that's why I color most posts with the essential information so people don't get bogged down in the less important parts.

I'm off to bed though, catch ya
 

 

video didn't work bro. Youtube says

"This video is a duplicate of a previously uploaded video"
 

 

public now
 

Syntax error: ' ? hot_cue 1 ? blink 300ms & delete_cue 1 : off : hot_cue 1
 

My bad, I missed an apostrophe on 'delete'. I put it on the webpage. when the word "sampler" in the title drops down, press it
 

you are Illmatic
 

told you I like coding stuff... ;-)
 

ok i think i can use the original shift which is

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

the one u did doesnt toggle it stays on cue and loop mode
 

41%