Se Connecter:     


Forum: Old versions

Sujet: Script Help Please (Pioneer CDJ 850)............

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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
 

Posté 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.
 

Awesome!! Thanks bro
 

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.
 

Ok so I got around to using your mapper, Thanks it's most appreciated
 

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??
 

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.
 

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!!
 

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.
 

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.
 

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.
 

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
 

nice. Just learned something again.
Is there a way where I can find other exemples of scripting?
 

Ok just tried out both your mappings and my cdj's are now perfect!!

Thanks for the time fellas, most appreciated!
 

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
 



(Les anciens sujets et forums sont automatiquement fermés)