TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
297 stars 64 forks source link

The "Random Cycle" does not support more than one device #146

Open Teraskull opened 2 years ago

Teraskull commented 2 years ago

The Random Cycle timer has to be completely reimplemented, because it was relying on the all_devices config.

Now that every device can have different effect_random_cycle settings , for example: device_0 :

"interval": 10

device_1 :

"interval": 15

The timer can't track multiple devices and different intervals.