Can a beacon light be setup to blink at an adjustable rate, using throttle (or??) input, using Funky Trees?
clamp01(sin(50*smooth(Time*10, 1+Throttle*10))) 50 is a multiplier to increase the overall rate, 1 is the base rate from which it increases or decreases, and Throttle*10 is the variable and its multiplier
clamp01(sin(50*smooth(Time*10, 1+Throttle*10)))
Throttle*10
@edensk care to share?
yes
clamp01(sin(50*smooth(Time*10, 1+Throttle*10)))
50 is a multiplier to increase the overall rate, 1 is the base rate from which it increases or decreases, and
Throttle*10
is the variable and its multiplier@edensk care to share?
yes