what script should i use if i wanted an LED in my controller to blink, if the pitch is not 0%, and be on when pitch reset is activated ?
Its the same LED btw...
Its the same LED btw...
发表时间 Tue 26 Aug 14 @ 7:41 am
Try this
pitch 100% ? blink : pitch_reset ? 1 : 0
pitch 100% ? blink : pitch_reset ? 1 : 0
发表时间 Tue 26 Aug 14 @ 8:26 am
actually the pitch_reset must come first in code.
pitch_reset ? on : pitch 100% ? off : blink
pitch_reset ? on : pitch 100% ? off : blink
发表时间 Tue 26 Aug 14 @ 12:49 pm
djdad wrote :
pitch_reset ? on : pitch 100% ? off : blink
why 100%?
djppdkk wrote :
i wanted an LED in my controller to blink, if the pitch is not 0%,
pitch_reset ? on : pitch 0% ? off : blink
发表时间 Tue 26 Aug 14 @ 1:22 pm
I misread yep follow djdads advice
@jmf28, pitch 100% actually == quartz lock == pitch 0.5, On the % scale pitch goes from 0 to 200%
@jmf28, pitch 100% actually == quartz lock == pitch 0.5, On the % scale pitch goes from 0 to 200%
发表时间 Tue 26 Aug 14 @ 2:07 pm





