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

Make all lightshow modes react to hue/hue range #28

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

{ "Clap", &draw_clap }, // 1

https://github.com/connornishijima/Emotiscope/blob/7a185434833b457b81661a966febe12a57166abb/src/lightshow_modes.h#L21


#include "lightshow_modes/plot.h"
#include "lightshow_modes/debug.h"

// TODO: Make all lightshow modes react to hue/hue range
lightshow_mode lightshow_modes[] = {
    { "Spectrum",        &draw_spectrum      }, // 0
    { "Clap",            &draw_clap          }, // 1
github-actions[bot] commented 4 months ago

Closed in 7f600126925262ee0bf87c0b4f368e4d803cf1c4