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
27 stars 5 forks source link

Color-related changes shouldn't show a UI dot #26

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/connornishijima/Emotiscope/blob/2b20e9fb1d430c9bec2b541586955c3bc823c07a/src/commands.h#L94


            load_substring_from_split_index(com.command, 2, substring, sizeof(substring), '|');
            float setting_value = clip_float(atof(substring));
            configuration.hue = setting_value;
            rendered_debug_value = configuration.hue; // TODO: Color-related changes shouldn't show a UI dot
        }

        else if (fastcmp(substring, "mirror_mode")) {