快速登录:  

Forum: Old versions

话题: Assigning Multiple indicators to a single LED

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

SupaconPRO InfinityMember since 2005
I'm not sure if this is possible, but my initial attempts didn't get me any results. If I wanted an LED to turn on when a loop was at 4, 8, or 16... or make it blink on 8, blinkfast on 16, is that possible?

I'd think that I could assign something to the LED like:
loop 4 & loop 8 blink & loop 16 blinkfast

But unfortunately it breaks it if I have more than one. I know the play button can both blink and light up solid depending on its mode, but that's also a special control that is implemented differently by the software.
 

发表时间 Thu 08 Oct 09 @ 2:46 pm
cstollPRO InfinityMember since 2004
It's like this ...

loop 4 ? on : loop 8 ? blink : loop 16 ? blinkfast : off

If 4 then on else if 8 then blink else if 16 then blinkfast else off
 

发表时间 Thu 08 Oct 09 @ 2:53 pm
SupaconPRO InfinityMember since 2005
Ah - thanks. I kinda feel dumb for asking that, I guess I should have known better :)

Works perfectly now!
 

发表时间 Thu 08 Oct 09 @ 2:57 pm
Supacon what were you mapping? The DDM4000?
 

发表时间 Fri 09 Oct 09 @ 5:15 pm
SupaconPRO InfinityMember since 2005
Nope, actually I was customizing CStoll's mapper for a pair of Stanton SCS.3d (DaScratch) controllers.
 

发表时间 Fri 09 Oct 09 @ 5:45 pm
O alright.
 

发表时间 Fri 09 Oct 09 @ 6:15 pm


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