I have the pads on my trigger finger assigned to deck 1/2 hot_cue 1-8
Currently I can set a cue with a pad, and play from that cue with the pad
I want to be able to do two more things:
First, I'd like to make it so the hot cue previews... but if, while pressed, I hit the play button for the deck it's assigned to (on my Xponent) it will keep playing. I have a working understanding of vdj script at this point and I feel like I know pieces of what I need to make this happen but not all of it. I'd appreciate any help.
Second, I'd like to be able to dump the cue easily. maybe a slider on the TF could be assigned as a 'shift' so I could hit the pad assigned to that cue and it would dump? what is the script for deleting a hot cue? I could probably figure that one out from there.
thx guys
I have my maps for my setup pretty much figured, just putting the final touches on all of it :P I just have a couple little tweaks I want to do to my Zero4's map after I figure this one out and I'm done. :)
Currently I can set a cue with a pad, and play from that cue with the pad
I want to be able to do two more things:
First, I'd like to make it so the hot cue previews... but if, while pressed, I hit the play button for the deck it's assigned to (on my Xponent) it will keep playing. I have a working understanding of vdj script at this point and I feel like I know pieces of what I need to make this happen but not all of it. I'd appreciate any help.
Second, I'd like to be able to dump the cue easily. maybe a slider on the TF could be assigned as a 'shift' so I could hit the pad assigned to that cue and it would dump? what is the script for deleting a hot cue? I could probably figure that one out from there.
thx guys
I have my maps for my setup pretty much figured, just putting the final touches on all of it :P I just have a couple little tweaks I want to do to my Zero4's map after I figure this one out and I'm done. :)
Posté Wed 21 Apr 10 @ 2:20 am
any help would be rad, even just a point in the right direction
Posté Wed 21 Apr 10 @ 2:44 pm
Try the following:
(Replace each occurence of 1 with a different number to apply this to other cue point numbers.)
You can delete cue points using delete_cue, e.g: delete_cue 1
hot_cue 1 ? goto_cue 1 & cue : set_cue 1
(Replace each occurence of 1 with a different number to apply this to other cue point numbers.)
You can delete cue points using delete_cue, e.g: delete_cue 1
Posté Wed 21 Apr 10 @ 4:30 pm
Soooo. . . if I, being a very new to Virtual DJ and scripts, wanted to be able to delete a hot cue by holding a button and pressing the button the hot cue is assigned to . . .1) would it be possible, 2) can someone tell me how? Please and Thanks!!!
Posté Wed 07 Jul 10 @ 3:14 pm
holding ? delete_cue 1 :
Then follow the colon with the other assignments for the button.
You can also specify how long the button needs to be held for by specifiying a parameter, eg. 500ms
Then follow the colon with the other assignments for the button.
You can also specify how long the button needs to be held for by specifiying a parameter, eg. 500ms
Posté Wed 07 Jul 10 @ 4:35 pm