Ok, in my previous post pertaining to VDJ7 I was trying to figure out (and eventually did) how to setup an RMX + timecode setup to run 4 decks. Well I got that to work, now I got a question for you mapping gods. Is there a way I can map a button to where the potentiometers (low, mid and high) and volume faders will switch back and forth between 1 & 3 on one side and 2 & 4 on the other? i.e. lets say I map ctrl and shift (hypothetically) where "CTRL" would switch the left side pots and faders between 1 and 3 and "Shift" would switch the right side pots and faders between 2 and 4. I however would like it to keep 4 separate channels of audio playable at the same time. thanks in advance for any help.
Michael
Michael
发表时间 Tue 12 Oct 10 @ 2:25 pm
Its possible but there would have to be a lot of toggling of "var" statements. Lemme let this swirl around in my head for a bit and Ill get back to ya.
发表时间 Tue 12 Oct 10 @ 2:49 pm
I think it's easier to map a button that toggles between left decks and right decks. Then most of your original mappings will work on selected deck
That's what I'm planning to do with my vci-300 controller :)
That's what I'm planning to do with my vci-300 controller :)
发表时间 Wed 13 Oct 10 @ 8:32 am
...
发表时间 Wed 13 Oct 10 @ 1:15 pm
Okay, after spending few hours fighting with this (HUH), I think I finally managed to make the deck select button correct for 4 decks!
the script can be assigned to a button which exists on both sides of decks (if you're going to map a button that is deck independent that's different script, probably simpler too):
So now here is the script itself (drum rolls).....:
action_deck 1 ? deck 1 leftdeck ? deck 3 loaded ? deck 3 select & deck 3 leftdeck : nothing : deck 1 loaded ? deck 1 select & deck 1 leftdeck : nothing : deck 2 rightdeck ? deck 4 loaded ? deck 4 select & deck 4 rightdeck : nothing : deck 2 loaded ? deck 2 select & deck 2 rightdeck : nothing
I know it's insane but it works! At least on my VCI-300 controller. It also never change to a deck that has no song loaded.
After mapping this, you can use your EQ and it always changes correct deck knobs.
the script can be assigned to a button which exists on both sides of decks (if you're going to map a button that is deck independent that's different script, probably simpler too):
So now here is the script itself (drum rolls).....:
action_deck 1 ? deck 1 leftdeck ? deck 3 loaded ? deck 3 select & deck 3 leftdeck : nothing : deck 1 loaded ? deck 1 select & deck 1 leftdeck : nothing : deck 2 rightdeck ? deck 4 loaded ? deck 4 select & deck 4 rightdeck : nothing : deck 2 loaded ? deck 2 select & deck 2 rightdeck : nothing
I know it's insane but it works! At least on my VCI-300 controller. It also never change to a deck that has no song loaded.
After mapping this, you can use your EQ and it always changes correct deck knobs.
发表时间 Wed 13 Oct 10 @ 2:24 pm
Thanks Jaako! I just upgraded to 7 earlier and this is EXACTLY what i wanted. Ur script saved me alot of headache!
发表时间 Wed 27 Oct 10 @ 9:27 pm
Hello!
I have a ver.1 mapper for vci300 for VDJ7 done by atomix production and it only working on decks 3&4
i tried to edit mappings particularly to activate 2 other decks but i have difficulties to map a push button to toggle selector for deck1/deck2=Toggle Push button SW1
deck3/deck4=Toggle push button SW2
as i checked your mapping, i dont know how to incorporate this on my existing map.
can you please elaborate more? thanks!
action_deck 1 ? deck 1 leftdeck ? deck 3 loaded ? deck 3 select & deck 3 leftdeck : nothing : deck 1 loaded ? deck 1 select & deck 1 leftdeck : nothing : deck 2 rightdeck ? deck 4 loaded ? deck 4 select & deck 4 rightdeck : nothing : deck 2 loaded ? deck 2 select & deck 2 rightdeck : nothing
I have a ver.1 mapper for vci300 for VDJ7 done by atomix production and it only working on decks 3&4
i tried to edit mappings particularly to activate 2 other decks but i have difficulties to map a push button to toggle selector for deck1/deck2=Toggle Push button SW1
deck3/deck4=Toggle push button SW2
as i checked your mapping, i dont know how to incorporate this on my existing map.
can you please elaborate more? thanks!
action_deck 1 ? deck 1 leftdeck ? deck 3 loaded ? deck 3 select & deck 3 leftdeck : nothing : deck 1 loaded ? deck 1 select & deck 1 leftdeck : nothing : deck 2 rightdeck ? deck 4 loaded ? deck 4 select & deck 4 rightdeck : nothing : deck 2 loaded ? deck 2 select & deck 2 rightdeck : nothing
发表时间 Wed 26 Jan 11 @ 1:07 pm
FYI, volume faders ARE potentiometers.
发表时间 Wed 26 Jan 11 @ 3:48 pm