Is it at all possible to get post fader effects with vdj?
Mensajes Sun 30 Oct 11 @ 5:11 pm
most of them are
Mensajes Sun 30 Oct 11 @ 7:17 pm
Ahh, maybe I am assuming the name of what I'm talking about.. Or it could be possible my version of vdj doesn't offer this? I'm looking for something like a delay that would continue after I bring the channel fader of a deck down. Any tips?
Mensajes Sun 25 Dec 11 @ 2:04 am
sorry, I think at the time I misunderstood the question, vdj uses pre fader effects... the only way I have found to simulate post fader effets is to use a vst plugin called "moot" you need to activate this before the delay, reverb, echo etc... then you can turn down slider 3 of moot that can act like a channel fader, or you can just press the "hit me" button to kill the input
Mensajes Sun 25 Dec 11 @ 2:44 am
Awesome!! Thanks much! :)
I don't really know where else to post my other question, and I could't find quite what I was lookin for.. But I'm trying to make a slight adjustment for my Mixtrack.. I want to make a "shift" key to change the fx knobs to a filter and the key knob. I thought it may even be possible to change an LED on the controller to make an indicator light of sorts.. Any help at all would be greatly appreciated!
I don't really know where else to post my other question, and I could't find quite what I was lookin for.. But I'm trying to make a slight adjustment for my Mixtrack.. I want to make a "shift" key to change the fx knobs to a filter and the key knob. I thought it may even be possible to change an LED on the controller to make an indicator light of sorts.. Any help at all would be greatly appreciated!
Mensajes Sun 08 Jan 12 @ 8:55 pm
you could do that no problem, but you would need the full version of pro or activate the trial to map your controller.
then you just need to map this to the shift button
set 'shift' while_pressed
everything else uses this formula
var 'shift' ? action if shifted : action if not shifted
eg.
var 'shift' ? filter : effect slider 4
then you just need to map this to the shift button
set 'shift' while_pressed
everything else uses this formula
var 'shift' ? action if shifted : action if not shifted
eg.
var 'shift' ? filter : effect slider 4
Mensajes Sun 08 Jan 12 @ 9:32 pm
Ahhh, makes sense. Thanks again for the help though! You really answered everything thoroughly.
Mensajes Sun 08 Jan 12 @ 11:14 pm