Some nights it'd be worht knowing!! Lmao!!
Huey
Huey
发表时间 Wed 23 Feb 11 @ 1:12 pm
Scripter of the year? No way... :P
BTW: What exactly are you trying to achieve? I might have a different approach ready for you...
BTW: What exactly are you trying to achieve? I might have a different approach ready for you...
发表时间 Wed 23 Feb 11 @ 2:47 pm
Well im gonna try this to explain this as best I can, im on my phone, lol!
Ok I want the MODE button to switch the 3 HOT CUE buttons from HOT CUE, SAMPLE PLAY and SAMPLE RECORD. I would like to be able to hit the one of the HOT CUE buttons when in SAMPLER RECORD mode to record the sample to its corresponding slot (hit button 1 record to slot 1, hit button 2 record to slot 2, etc.) Then when in HOT CUE mode I would like to be able to HOLD DOWN the MODE button and DELETE the corresponding cue (hold MODE hit button 1 deletes cue 1, hold MODE hit button 2 deletes cue 2, etc.). As for the LEDS I would like them to life up when in HOT CUE mode when there is a cue already set or after I set a cue point. When in SAMPLE PLAY mode I would like them to blink when a sample is playing. Also when in HOT CUE mode I want to be able to SET A CUE POINT if ones not already there.
And if ones set just hit the button to start playing from that cue point.
Hope that makes sense........
Thanks for taking the time to do this it IS much appreciated!!
Huey
Ok I want the MODE button to switch the 3 HOT CUE buttons from HOT CUE, SAMPLE PLAY and SAMPLE RECORD. I would like to be able to hit the one of the HOT CUE buttons when in SAMPLER RECORD mode to record the sample to its corresponding slot (hit button 1 record to slot 1, hit button 2 record to slot 2, etc.) Then when in HOT CUE mode I would like to be able to HOLD DOWN the MODE button and DELETE the corresponding cue (hold MODE hit button 1 deletes cue 1, hold MODE hit button 2 deletes cue 2, etc.). As for the LEDS I would like them to life up when in HOT CUE mode when there is a cue already set or after I set a cue point. When in SAMPLE PLAY mode I would like them to blink when a sample is playing. Also when in HOT CUE mode I want to be able to SET A CUE POINT if ones not already there.
And if ones set just hit the button to start playing from that cue point.
Hope that makes sense........
Thanks for taking the time to do this it IS much appreciated!!
Huey
发表时间 Wed 23 Feb 11 @ 3:22 pm
LOL... I didn't mean that...
I understand what you want to do, but I was asking as a general project... :P
BTW: You CAN use the following syntax if you wish:
skin_panel "MYCRAZYPANEL" on ? action 1 : action 2
(I'm saying that because the original topic was to create commands based on what's the active panel on a skin)
I understand what you want to do, but I was asking as a general project... :P
BTW: You CAN use the following syntax if you wish:
skin_panel "MYCRAZYPANEL" on ? action 1 : action 2
(I'm saying that because the original topic was to create commands based on what's the active panel on a skin)
发表时间 Wed 23 Feb 11 @ 4:34 pm
Hahaaa!! Yeah it started out when I got a Hercules RMX and there was this skin that had pannels. Well when you switched pannels the buttons wouldnt match up so DJDAD hooked me up.
Well I tried your last script and it was still a no go. The thing I noticed was that adding the "$" made some things work and others not. So I went back and just started mixxing and matching scripts that you first had told me to try. Well heres what worked,
HOT CUE BUTTONS = var_equal "MODE" 1 ? set "RECSAMP" 1 while_pressed : var_equal "MODE" 2 ? sampler 1 play_stop : var_equal "MODE" 0 ? var_not_equal "HOTDEL" 1 ? hot_cue 1 : delete_cue 1 & set "MODE" 2
RECORD BUTTON = var_equal "MODE" 1 ? var_equal "RECSAMP" 1 ? sampler 1 rec : var_equal "RECSAMP" 2 ? sampler 2 rec : var_equal "RECSAMP" 3 ? sampler 3 rec
MODE BUTTON = up ? cycle "MODE" 3 & set "HOTDEL" 0 : var_equal "MODE" 0 ? set "HOTDEL" 1
I didnt add the "$" cause things just quit working every time I did. NICE WORK AND THANKS A MILLION!! There is 1 more thing though if possible. I want my samples to "STUTTER". I had changed it in the script but found out theres no way to stop them. So could you make so that when in SAMPLE PLAY mode if I hold down the button that the sample is playing on it shuts off?? If not thats cool youve done a ton already.
You guys are great at what you do!!
Huey
Well I tried your last script and it was still a no go. The thing I noticed was that adding the "$" made some things work and others not. So I went back and just started mixxing and matching scripts that you first had told me to try. Well heres what worked,
HOT CUE BUTTONS = var_equal "MODE" 1 ? set "RECSAMP" 1 while_pressed : var_equal "MODE" 2 ? sampler 1 play_stop : var_equal "MODE" 0 ? var_not_equal "HOTDEL" 1 ? hot_cue 1 : delete_cue 1 & set "MODE" 2
RECORD BUTTON = var_equal "MODE" 1 ? var_equal "RECSAMP" 1 ? sampler 1 rec : var_equal "RECSAMP" 2 ? sampler 2 rec : var_equal "RECSAMP" 3 ? sampler 3 rec
MODE BUTTON = up ? cycle "MODE" 3 & set "HOTDEL" 0 : var_equal "MODE" 0 ? set "HOTDEL" 1
I didnt add the "$" cause things just quit working every time I did. NICE WORK AND THANKS A MILLION!! There is 1 more thing though if possible. I want my samples to "STUTTER". I had changed it in the script but found out theres no way to stop them. So could you make so that when in SAMPLE PLAY mode if I hold down the button that the sample is playing on it shuts off?? If not thats cool youve done a ton already.
You guys are great at what you do!!
Huey
发表时间 Wed 23 Feb 11 @ 7:53 pm
HOT CUE BUTTONS = var_equal "MODE" 1 ? set "RECSAMP" 1 while_pressed : var_equal "MODE" 2 ? holding ? sampler 1 play_pause : sampler 1 play_stutter : var_equal "MODE" 0 ? var_not_equal "HOTDEL" 1 ? hot_cue 1 : delete_cue 1 & set "MODE" 2
Try the above code but I'm not sure that it will work though... I'll have to test it once I get on my Dj-ing laptop...
Try the above code but I'm not sure that it will work though... I'll have to test it once I get on my Dj-ing laptop...
发表时间 Thu 24 Feb 11 @ 12:46 am
I just found time to try that code and it doesnt shut the sampler off, it'll stutter but cant turn it off by holding down the button.
Thanks for the time
Huey
Thanks for the time
Huey
发表时间 Thu 24 Feb 11 @ 5:05 pm
I know your a busy man but is there anything you'd like me to try?
Thanks for the time and info thus far!!
Huey
Thanks for the time and info thus far!!
Huey
发表时间 Fri 25 Feb 11 @ 2:35 pm
I'll try to code it on my own laptop and I will let you know... :)
发表时间 Fri 25 Feb 11 @ 10:45 pm
Thanks man I owe you big!!!
Huey
Huey
发表时间 Fri 25 Feb 11 @ 11:07 pm
Hey there Phantom have you had any time to check on that script??
Thanks for the time and info
Huey
Thanks for the time and info
Huey
发表时间 Sun 06 Mar 11 @ 9:41 am
Huey, if thats ok with you, i will move this thread to the Software Forum. Its a pure VDJ script post.
发表时间 Sun 06 Mar 11 @ 9:49 am
Yeah thats cool!
Huey
P.S. You wouldnt happen to have an answer, lol!
Huey
P.S. You wouldnt happen to have an answer, lol!
发表时间 Sun 06 Mar 11 @ 10:03 am
I would like to be able to toggle between decks using the source buttons on my rmx, e.g. on the left deck the source button flicks between 1 and 4 and vice verca on the other side.
PS,
I noticed some time back that when I updated VDJ the mapper on the rmx had changed, this caused no end of problems for me as i was used to how it was before.
PS,
I noticed some time back that when I updated VDJ the mapper on the rmx had changed, this caused no end of problems for me as i was used to how it was before.
发表时间 Sun 10 Apr 11 @ 9:26 am
Here ya go buddy, I think this should work for you.
device_side 'left' ? Deck 1 leftdeck ? deck 3 leftdeck & deck 3 select : deck 1 leftdeck & deck 1 select : deck 2 rightdeck ? deck 4 rightdeck & deck 4 select : deck 2 rightdeck & deck 2 select
Let me know
Huey
PS still would like for my sample buttons to shutter if anybody can figure it out please.
device_side 'left' ? Deck 1 leftdeck ? deck 3 leftdeck & deck 3 select : deck 1 leftdeck & deck 1 select : deck 2 rightdeck ? deck 4 rightdeck & deck 4 select : deck 2 rightdeck & deck 2 select
Let me know
Huey
PS still would like for my sample buttons to shutter if anybody can figure it out please.
发表时间 Sun 10 Apr 11 @ 10:39 am
In case you need a mapper from previous versions, please install that previous version. Then simply change something on that mapper, for example instead of ..play ..write plllllay.
then a file will be created in your VirtualDJ/Mappers folder. After that you may install the new updated version again. The old mapper will be there after installation, and you can now correct that pllllay with play.
This of course will work only in case you haven't modified the mapper of the new version. If you did, then goto VirtualdJ\Mappers folder locate that xml file and delete it or save it in different place in case you;ll need it again, and follow the above procedure.
Gen Tip. Always prefer to save the installations files to your computer rather than execute (run) them. This will give you the ability to install older versions just in case something doesn't work for you, and need an urgent fix.
then a file will be created in your VirtualDJ/Mappers folder. After that you may install the new updated version again. The old mapper will be there after installation, and you can now correct that pllllay with play.
This of course will work only in case you haven't modified the mapper of the new version. If you did, then goto VirtualdJ\Mappers folder locate that xml file and delete it or save it in different place in case you;ll need it again, and follow the above procedure.
Gen Tip. Always prefer to save the installations files to your computer rather than execute (run) them. This will give you the ability to install older versions just in case something doesn't work for you, and need an urgent fix.
发表时间 Sun 10 Apr 11 @ 12:26 pm