Hey Guys/Gals, I was wondering what the verbage would be for fader start in VDJ for each deck? I have a DJM 800 I use in MIDI. Thanks
Mensajes Sun 26 Jun 11 @ 9:28 am
Heres your old thread, http://www.virtualdj.com/forums/134499/General_Discussion/Fader_Start_in_VDJ.html
and in the wiki it just says fader_start
I also found this plugin that be of some use, idk, http://www.virtualdj.com/addons/813/Fader_Start.html
Hope 1 of these helps, lol!
Huey
and in the wiki it just says fader_start
I also found this plugin that be of some use, idk, http://www.virtualdj.com/addons/813/Fader_Start.html
Hope 1 of these helps, lol!
Huey
Mensajes Sun 26 Jun 11 @ 9:46 am
beatbreaker1 wrote :
Heres your old thread, http://www.virtualdj.com/forums/134499/General_Discussion/Fader_Start_in_VDJ.html
and in the wiki it just says fader_start
I also found this plugin that be of some use, idk, http://www.virtualdj.com/addons/813/Fader_Start.html
Hope 1 of these helps, lol!
Huey
and in the wiki it just says fader_start
I also found this plugin that be of some use, idk, http://www.virtualdj.com/addons/813/Fader_Start.html
Hope 1 of these helps, lol!
Huey
Obviously I didn't figure it out and could not find my old thread, so thanks for the find! I also give the addon a try, but I'd still like (if anyone would be kind enough) the verbage to add it manually (if the addon does not work for me).
From my old thread I got (Map the fader start button on the DJM (easy enough) and assign this verbage "fader_start on". The only problem is how do you assign that to a specific deck (controller=I'm using denon 3700's) and the DJM 800 has 4 fader start buttons, one for each channel?
Then what's the verbage once the fader start button is pressed (turned on) so you can use the crossfader to activate the deck I want to work on?
Then if I bring the crossfader back to the beginning (the point where the crossfader is all the way left or to the right depending on which deck I'm working on), how can I get the deck to go back to the cue point (start point)?
Thanks for any input in this!
Mensajes Sun 26 Jun 11 @ 10:05 am
Maybe try deck 1 fader_start on, deck 2 fader_start on, deck 3 fader_start on, deck 4 fader_start on
The thing with the plugin is if you want to prelisten you have to shut it off, listen to your track then turn it back on, still trying to figure out a work around for that ;-)
But the plugin will do the cue point thing give it try it might work for you......
Let me know if it works
Huey
EDIT: To go to cue point 1 (start of the track) use this deck 1 fader_start on & goto_cue 1, do the same for the other buttons aswell.
Hope that helps...........
Huey
The thing with the plugin is if you want to prelisten you have to shut it off, listen to your track then turn it back on, still trying to figure out a work around for that ;-)
But the plugin will do the cue point thing give it try it might work for you......
Let me know if it works
Huey
EDIT: To go to cue point 1 (start of the track) use this deck 1 fader_start on & goto_cue 1, do the same for the other buttons aswell.
Hope that helps...........
Huey
Mensajes Sun 26 Jun 11 @ 10:10 am
beatbreaker1 wrote :
Maybe try deck 1 fader_start on, deck 2 fader_start on, deck 3 fader_start on, deck 4 fader_start on
The thing with the plugin is if you want to prelisten you have to shut it off, listen to your track then turn it back on, still trying to figure out a work around for that ;-)
But the plugin will do the cue point thing give it try it might work for you......
Let me know if it works
Huey
EDIT: To go to cue point 1 (start of the track) use this deck 1 fader_start on & goto_cue 1, do the same for the other buttons aswell.
Hope that helps...........
Huey
The thing with the plugin is if you want to prelisten you have to shut it off, listen to your track then turn it back on, still trying to figure out a work around for that ;-)
But the plugin will do the cue point thing give it try it might work for you......
Let me know if it works
Huey
EDIT: To go to cue point 1 (start of the track) use this deck 1 fader_start on & goto_cue 1, do the same for the other buttons aswell.
Hope that helps...........
Huey
The fader start plugin works pretty good, but you can't turn it off (disable it) when you don't want to have the fader start on. Any help with that? Simple pressing the effect button does not turn it off. And thanks for any help!
Mensajes Sun 26 Jun 11 @ 11:30 am
Show what script your using. It works for me.
Using a 4 deck skin (NOT Left/Right Logic) it doesnt work for decks 3 & 4, what skin are you using also
Huey
Using a 4 deck skin (NOT Left/Right Logic) it doesnt work for decks 3 & 4, what skin are you using also
Huey
Mensajes Sun 26 Jun 11 @ 11:44 am
beatbreaker1 wrote :
Show what script your using. It works for me.
Using a 4 deck skin (NOT Left/Right Logic) it doesnt work for decks 3 & 4, what skin are you using also
Huey
Using a 4 deck skin (NOT Left/Right Logic) it doesnt work for decks 3 & 4, what skin are you using also
Huey
I'm using the plugin, so I don't now how to view the script. Like I said it works good, but I can't shut it off. Everytime I move my crossfader to one side and bring it back it starts the deck. Now I am using v6.1.2. maybe that has something to do with it and an old skin (its like a v5 skin).
Mensajes Sun 26 Jun 11 @ 11:53 am
something like this should do it
crossfader
var_equal 'faderstart' 1 ? crossfader & param_greater 0% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 100% ? deck 1 play : nothing : nothing : crossfader
There is one flaw in this code though... if you move the crossfader in this 2% zone whenever a track is paused it will play, that means it will start again when you are crossing over to fade the track out, so you need to disable it as soon as your done.
shift to turn it on off
toggle 'faderstart'
but I'm beginning to prefer this for a toggle shift that you don't have to have a light for to tell you if it's on or not
holding 1000ms ? set 'faderstart' 1 : set 'faderstart' 0
with that code if you press it the crossfader start will be inactive, but to activate you need to hold it for a second, that way if you ever unsure if it's on or not you can just press it and you know it will be off.
crossfader
var_equal 'faderstart' 1 ? crossfader & param_greater 0% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 100% ? deck 1 play : nothing : nothing : crossfader
There is one flaw in this code though... if you move the crossfader in this 2% zone whenever a track is paused it will play, that means it will start again when you are crossing over to fade the track out, so you need to disable it as soon as your done.
shift to turn it on off
toggle 'faderstart'
but I'm beginning to prefer this for a toggle shift that you don't have to have a light for to tell you if it's on or not
holding 1000ms ? set 'faderstart' 1 : set 'faderstart' 0
with that code if you press it the crossfader start will be inactive, but to activate you need to hold it for a second, that way if you ever unsure if it's on or not you can just press it and you know it will be off.
Mensajes Sun 26 Jun 11 @ 11:57 am
Hmm, not sure then. Ok try to map a something with this "deck 1 effect "fader start" active on",
Let me know if that works.
Huey
Let me know if that works.
Huey
Mensajes Sun 26 Jun 11 @ 11:57 am
I just thought of a way to fix the issue it has, but you will have to wait till tomorrow, I'm going to bed
Mensajes Sun 26 Jun 11 @ 12:09 pm
synthet1c wrote :
I just thought of a way to fix the issue it has, but you will have to wait till tomorrow, I'm going to bed
LOL, Hope u don't forget!
Mensajes Sun 26 Jun 11 @ 12:16 pm
beatbreaker1 wrote :
"deck 1 effect "fader start" active on"
Huey
Huey
So this didnt work??
Mensajes Sun 26 Jun 11 @ 12:18 pm
beatbreaker1 wrote :
So this didnt work??
beatbreaker1 wrote :
"deck 1 effect "fader start" active on"
Huey
Huey
So this didnt work??
Have not tried it yet, but will let you know when I do.
Mensajes Sun 26 Jun 11 @ 12:28 pm
beatbreaker1 wrote :
Hmm, not sure then. Ok try to map a something with this "deck 1 effect "fader start" active on",
Let me know if that works.
Huey
Let me know if that works.
Huey
No luck, did not work :( It seems I can't disable the fader start.
Mensajes Sun 26 Jun 11 @ 5:26 pm
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0 & var_equal 'faderleft' ? param_greater 0% ? param_smaller 2% ? deck 2 play : var_equal 'faderright' 1 ? param_greater 98% ? param_smaller 100% ? deck 1 play : nothing : nothing : nothing : nothing
I think this is correct, but I am not at home to test it... if you get an error just try to delete the ": nothing" one at a time at the end one at a time until it works. If it is the wrong way around for the fader start let me know so I can swap it around it... got a bit confusing :)
I think this is correct, but I am not at home to test it... if you get an error just try to delete the ": nothing" one at a time at the end one at a time until it works. If it is the wrong way around for the fader start let me know so I can swap it around it... got a bit confusing :)
Mensajes Sun 26 Jun 11 @ 9:16 pm
made a mistake...
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0 & var_equal 'faderleft' 1 ? param_greater 0% ? param_smaller 2% ? deck 2 play : var_equal 'faderright' 1 ? param_greater 98% ? param_smaller 100% ? deck 1 play : nothing : nothing : nothing : nothing
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0 & var_equal 'faderleft' 1 ? param_greater 0% ? param_smaller 2% ? deck 2 play : var_equal 'faderright' 1 ? param_greater 98% ? param_smaller 100% ? deck 1 play : nothing : nothing : nothing : nothing
Mensajes Mon 27 Jun 11 @ 2:14 am
Tested working... I didn't have the right order :)
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'faderleft' 1 & set 'faderright' 0 : param_greater 1% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 99% ? deck 1 play : param_equal 100% ? set 'faderright' 1 & set 'faderleft' 0 : nothing : nothing : nothing : crossfader & param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0
Enjoy
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'faderleft' 1 & set 'faderright' 0 : param_greater 1% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 99% ? deck 1 play : param_equal 100% ? set 'faderright' 1 & set 'faderleft' 0 : nothing : nothing : nothing : crossfader & param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0
Enjoy
Mensajes Mon 27 Jun 11 @ 6:09 am
synthet1c wrote :
Tested working... I didn't have the right order :)
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'faderleft' 1 & set 'faderright' 0 : param_greater 1% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 99% ? deck 1 play : param_equal 100% ? set 'faderright' 1 & set 'faderleft' 0 : nothing : nothing : nothing : crossfader & param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0
Enjoy
crossfader & var_equal 'faderstart' 1 ? param_equal 0% ? set 'faderleft' 1 & set 'faderright' 0 : param_greater 1% ? param_smaller 2% ? deck 2 play : param_greater 98% ? param_smaller 99% ? deck 1 play : param_equal 100% ? set 'faderright' 1 & set 'faderleft' 0 : nothing : nothing : nothing : crossfader & param_equal 0% ? set 'leftfader' 1 & set 'faderright' 0 : param_equal 100% ? set 'rightfader' 1 & set 'faderleft' 0
Enjoy
Ok do you map this on the crossfader mapping or a free button to activate? I know a dumb question, sorry. But THANK YOU for putting this up!
Mensajes Mon 27 Jun 11 @ 7:18 pm
use the tested working script for the crossfader and one of these for the on/off button
shift to turn it on off
toggle 'faderstart'
but I'm beginning to prefer this for a toggle shift that you don't have to have a light for to tell you if it's on or not
holding 1000ms ? set 'faderstart' 1 : set 'faderstart' 0
shift to turn it on off
toggle 'faderstart'
but I'm beginning to prefer this for a toggle shift that you don't have to have a light for to tell you if it's on or not
holding 1000ms ? set 'faderstart' 1 : set 'faderstart' 0
Mensajes Mon 27 Jun 11 @ 9:17 pm