快速登录:  

Forum: Old versions

话题: Script Help Please (Pioneer CDJ 850)............

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

I would like to switch the first layer of the 4 loop buttons to hot cues 1-4 with working LEDs.

On the 2nd layer I'd like loops 2,4,8 and 16 with working LESs as well.

The BEAT SELECT button would switch the buttons between hot cues and loops. Not sure if it has an LED but if it does I'd like it to lite up when on the hot cue layer.

Any help would be appreciated
 

发表时间 Sat 12 Sep 15 @ 3:14 am
I have:
loop_8: var "beat_selec" ? loop 8 : holding ? delete_cue 4 : hot_cue 4
do this also for loop_4,...
beat_sel: toggle "beat_selec"
led_loop8: var "beat_selec" ? loop 8 ? on : blink : on
do this also for led_loop4,...
led_beatsel_L: var "beat_selec" ? on : off

I'll mail you my whole mapper.
Is not exactly what you want for the leds, but I'll help you after the weekend.
 

发表时间 Sat 12 Sep 15 @ 10:55 am
Awesome!! Thanks bro
 

发表时间 Sat 12 Sep 15 @ 1:17 pm
my pleasure.

If you also have some nice things in your coding, please add it to this treat, or mail it. Always nice to know.
 

发表时间 Sun 13 Sep 15 @ 6:03 am
Ok so I got around to using your mapper, Thanks it's most appreciated
 

发表时间 Mon 14 Sep 15 @ 3:02 am
Why is this not showing my whole post?? Here's a screen shot of what is supposed to look like,



Typing from my iPhone if that makes a difference??
 

发表时间 Mon 14 Sep 15 @ 3:37 am
PachNPRO InfinityMember since 2009
I assume it cuts the text after the little emoji because the character equivalent for that pic has some chars that get removed by the websites texteditor.
 

发表时间 Mon 14 Sep 15 @ 9:05 am
Hmm I've never had a problem with emojis before but anyways back on topic.

Ok I removed the hold to delete the cue point because it gives an unnatural feeling. Basiclly the cue point isn't launched until the button is released and not on the press.

Next thing I need is to only have the lights lit when a cue point is present otherwise the light is out.

The loop layer is perfect.

The other thing I need help with is remapping the start/stop to actually control the start stop.

Any info on those would be greatly appreciated!!
 

发表时间 Mon 14 Sep 15 @ 12:40 pm
beatbreaker1 wrote :

Ok I removed the hold to delete the cue point because it gives an unnatural feeling. Basiclly the cue point isn't launched until the button is released and not on the press.


Yes, you are right. But I only use my cdj to delete the cue points, sometimes to create, but I always use my launchpad to trigger them.
 

发表时间 Tue 15 Sep 15 @ 6:39 am
beatbreaker1 wrote :

Next thing I need is to only have the lights lit when a cue point is present otherwise the light is out.


try for eg LED_LOOP8: var "beat_selec" ? loop 8 ? on : blink : has_cue 4 ? on : off

I used the 'blink' to see very fast that you have cue-points or loops to trigger. Could also be off if you like it more.
 

发表时间 Tue 15 Sep 15 @ 6:57 am
beatbreaker1 wrote :

The other thing I need help with is remapping the start/stop to actually control the start stop.


Can you please explain more? I'm not sure what you mean by this.
 

发表时间 Tue 15 Sep 15 @ 7:04 am
Just change "VINYL_TOUCH" to this script:
brakespeed & startupspeed

Mind you, it only works with the play/pause button (no changes required)

If you don't like it the way it works perhaps you should only use brakespeed or something like brakespeed & param_multiply 0.5 & startupspeed
 

发表时间 Thu 17 Sep 15 @ 9:43 am
nice. Just learned something again.
Is there a way where I can find other exemples of scripting?
 

发表时间 Thu 17 Sep 15 @ 10:30 am
Ok just tried out both your mappings and my cdj's are now perfect!!

Thanks for the time fellas, most appreciated!
 

发表时间 Fri 18 Sep 15 @ 1:28 am
odol55PRO InfinityMember since 2013
have somebody this kind of mapping? for cdj's 850. I like the cdj's a lot but i to deplore that is didn't have hot cues. and i dont use the 1,2,4,8 loop's
 

发表时间 Sun 13 Aug 17 @ 11:18 am


(陈旧帖子或论坛版块会自动关闭)