Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
https://emotiscope.rocks/
GNU General Public License v3.0
31 stars 6 forks source link

Color-related changes shouldn't show a UI dot but a gradient representing the hu... #54

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 7 months ago

https://github.com/Lixie-Labs/Emotiscope/blob/06e1fcd79f39bdf71b3bcd8433e9e33366e62b48/src/commands.h#L104


            float setting_value = clip_float(atof(substring));
            configuration.hue = setting_value;

            update_ui(UI_HUE_EVENT, configuration.hue); // TODO: Color-related changes shouldn't show a UI dot but a gradient representing the hue and hue_range values
        }
        else if (fastcmp(substring, "mirror_mode")) {
            // Get mirror_mode value