登录:     


Forum: General Discussion

Topic: Mixtrack Pro Led Mapping

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

Hello. I'm having problems led mapping my mixtrack pro for auto-loop.
What i wold like to do is :
1. Make the led red when it's on auto-loop. (If possible)
2. Make the buttons blink when i engage a auto loop. Rite now i make a 8 bar auto-loop and nothing happens with the led's.
Led stays on for 4 bar auto-loop, and i can make it stay on for 8 bar auto as well but i wold prefer to make one or more of the buttons blink like it dose on manual loop.

If anybody can tell me what is the code to change the colors or to make the led blink i wold appreciate it very much.

Thank you!
 

发表时间 Thu 29 Dec 11 @ 1:45 am
smart_loop is what I think you are after, when smart_loop is activated, loop are automagically adjusted to sound perfect (size not position)

if they are seperate buttons/leds

for the smart loop led
smart_loop 1 ? on : off

for the loop led it shouldn't really matter as it will just flash when looping, that is
loop ? blink : off

you can get fancy if you want and make the led blink differently if in an auto loop size eg, 2,4,8,16. that is just..

loop 2 ? blink 250ms : loop 4 ? blink 250ms : loop 8 ? blink 250ms : loop 16 ? blink 250ms : loop ? blink : off

you could also change the rate of the blink for each loop size, but it isn't very practical that is..

loop 2 ? blink 200ms : loop 4 ? blink 300ms : loop 8 ? blink 400ms : loop 16 ? blink 600ms : loop ? blink : off


If you want the smart loop led and the loop led to be the same see this thread
http://www.virtualdj.com/forums/158353/General_Discussion/NEED_HELP_ON_LOOP_LED_MAPPING.html
 

I actually kept it simple :
LED_LOOP_OUT : loop ? blink : loop_out
This way it blinks on auto-loop and it blink in time with the other one on manual loop.
The other change was i made the LED_LOOPMODE : var "shift_loop" ? on : off , before it was var "shift_loop" ? blink : on . The blink annoyed me on auto.
If anyone knows how to make the LED RED on auto and YELLOW on manual please tell me. I saw a mapping like this for mixtrackpro on traktor but not yet on virtualDJ.
Thanks for the response, it helped me understand the way the encoding works.
Also helped me change other led that were annoying me like the delete button.

Last thing : i'm not using the pitch sliders and i assigned them for filters. Can you tell me how to make the led on when filter is around 50%, basically in the middle position.

Thank you very much!
 

map this to the pitch slider
filter & param_equal 50% ? set 'filter_led' 1 : set 'filter_led' 0

map this to the led
var 'filter_led' 1 ? on : off
 

do you can change the color to red????
 



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