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

Design bloom mode from tempi novelty curve #33

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/Lixie-Labs/Emotiscope/blob/0625654ea556a43e57c1a43d3db322a082dcc39e/src/lightshow_modes.h#L29


    { "Hype",            &draw_hype          }, // 3
    { "Plot",            &draw_plot          }, // 4
    { "Debug",           &draw_debug         }, // 5
    // TODO: Design bloom mode from tempi novelty curve
};

extern float lpf_drag; // Used for fade transition
github-actions[bot] commented 4 months ago

Closed in 7f600126925262ee0bf87c0b4f368e4d803cf1c4