快速登录:  

Forum: VirtualDJ 8.0 Technical Support

话题: blink LED when pressed

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

Hello,I need help, can I make a LED blink when pressed? I would like to make my load buttons to blink when a track is loaded on the deck, I tried with no success " load ? blink : on "
thank you
 

发表时间 Fri 06 Nov 15 @ 3:56 pm
PachNPRO InfinityMember since 2009
Please try loaded instead of load
 

发表时间 Fri 06 Nov 15 @ 4:01 pm
now it blinks when no track is loaded,and always on when loaded, I want the LED to stay on,and only blink when I load a track(press the button),so I dont have to double check(look at screen) if its loaded.
thank you
 

发表时间 Fri 06 Nov 15 @ 4:20 pm
PachNPRO InfinityMember since 2009
Change the position of blink and On in the script.
 

发表时间 Fri 06 Nov 15 @ 5:09 pm
I only want the button to blink when a track is loaded, other than that the LED will always stay ON (track loaded on deck or empty deck).
I only want it to blink when the "load" command is "fired", load a track=blink, load another track=blink.....
thank you
 

发表时间 Fri 06 Nov 15 @ 10:37 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You mean u want the LED to blink while the track is loading ?
try ..
loaded ? load_pulse ? loaded : blink 300ms : off
or if u want the LED to stay on even if the deck is not loaded,...
loaded ? load_pulse ? loaded : blink 300ms : on

Please note that this Forums is named as "Bug Report". For such questions please use the General, Hardware and PC/Mac forums
 

发表时间 Sat 07 Nov 15 @ 7:03 am
thank you djdad, can I make it blink twice??
sorry for the wrong section post.
 

发表时间 Sat 07 Nov 15 @ 10:13 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
There could be, but i dont see the point. What you have with the above script is a useful feedback. If the LED is blinking, it means that song is still loading. If you limit the blinks to 2, then the track may still be loading, and since its always recommended to play the track after fully loaded (especially for the ones that have not been scanned), it would not provide you the correct information.
 

发表时间 Sun 08 Nov 15 @ 9:38 am


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