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

Don't call it speed, invert it and call it blending #37

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

"Speed" should be a separate variable from frame blending

https://github.com/Lixie-Labs/Emotiscope/blob/8f8fea130465bc29a2ca0ab2dfbf85fa55c265b6/src/types.h#L73


    uint32_t last_ping;
};

// TODO: Don't call it speed, invert it and call it blending
// "Speed" should be a separate variable from frame blending
struct config {
    float brightness;
    float speed; 
    float hue;
    int32_t current_mode;
    bool mirror_mode;
connornishijima commented 4 months ago

Called it Melt 🫠