Hi all,
I was wondering if it is possible to create 2 crossfaders, one for deck 1 & 2 and one for 3 & 4.
What would be the action?
example:
best regards,
John
I was wondering if it is possible to create 2 crossfaders, one for deck 1 & 2 and one for 3 & 4.
What would be the action?
example:
best regards,
John
Posté Wed 19 Oct 11 @ 2:18 am
Unfortunately it's not...
Posté Wed 19 Oct 11 @ 2:20 am
I too have asked for this, that way I could run 2 controllers (2 djs) side by side off the same laptop.
Huey
Huey
Posté Wed 19 Oct 11 @ 2:38 am
Is it possible with scripting?
So whe do not use 'crossfader' but a normal slider. Or another way is to use the volumesliders and variables..
I realy don't know..lol..
So whe do not use 'crossfader' but a normal slider. Or another way is to use the volumesliders and variables..
I realy don't know..lol..
Posté Wed 19 Oct 11 @ 3:05 am
you could do it on a controller fairly easily with mapping something like
param_smaller 50% ? param_multiply 200% & deck 3 volume : param_invert & param_add -50% & param_multiply 200% & deck 4 volume
you just cant do it on a skin and it would mean you couldn't use the volume slider anymore, maybe a pluin could be made... LOL
param_smaller 50% ? param_multiply 200% & deck 3 volume : param_invert & param_add -50% & param_multiply 200% & deck 4 volume
you just cant do it on a skin and it would mean you couldn't use the volume slider anymore, maybe a pluin could be made... LOL
Posté Wed 19 Oct 11 @ 3:17 am
hmm,
thank you all for your reply
thank you all for your reply
Posté Wed 19 Oct 11 @ 4:29 am
Hmm.. Not sure if this will work, but try this...
For a "fake" crossfader between deck 1 and deck 2
deck 1 level & param_invert & deck 2 level
for a "fake" crossfader between deck 3 and deck 4
deck 3 level & param_invert & deck 4 level
For a "fake" crossfader between deck 1 and deck 2
deck 1 level & param_invert & deck 2 level
for a "fake" crossfader between deck 3 and deck 4
deck 3 level & param_invert & deck 4 level
Posté Wed 19 Oct 11 @ 7:21 am
djdad wrote :
Hmm.. Not sure if this will work, but try this...
For a "fake" crossfader between deck 1 and deck 2
deck 1 level & param_invert & deck 2 level
for a "fake" crossfader between deck 3 and deck 4
deck 3 level & param_invert & deck 4 level
For a "fake" crossfader between deck 1 and deck 2
deck 1 level & param_invert & deck 2 level
for a "fake" crossfader between deck 3 and deck 4
deck 3 level & param_invert & deck 4 level
thnx,
This is working, only the fader is going wild. and when the fader is in the middle the volume of the two decks are 50%, so it's not going to work right...
thnx anyway,
John
Posté Wed 19 Oct 11 @ 8:59 am