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

Fix flickers in Spectrum Mode likely caused by thread-safety issues #24

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/connornishijima/Emotiscope/blob/11610135deb794be0b5e6876ad801236b56784be/src/gpu_core.h#L41


    // ------------------------------------------------------------

    clear_display();
    // TODO: Fix flickers in Spectrum Mode likely caused by thread-safety issues
    lightshow_modes[configuration.current_mode].draw();

    // If silence is detected, show a blue debug LED
github-actions[bot] commented 4 months ago

Closed in 5819d9913b5816f47a747c77147ac6bd07ac87c0