Closed AEFeinstein closed 3 years ago
LEDs tweaked in e56bc5c048a5c13bbc8d3bdd731182b623e7be7a
The early/miss/late feedback is in the LEDs:
switch(ddr->currentFeedback)
{
case FEEDBACK_PERFECT:
leds[2].g = 150;
leds[2].b = 50;
leds[3].g = 150;
leds[3].b = 50;
break;
case FEEDBACK_HIT_EARLY:
leds[2].g = 50;
leds[3].g = 50;
break;
case FEEDBACK_HIT_LATE:
leds[2].g = 100;
leds[2].r = 150;
leds[3].g = 100;
leds[3].r = 150;
break;
default:
case FEEDBACK_MISS:
leds[2].r = 50;
leds[3].r = 50;
}
The combo counter is really small and I'd love to see it be bigger
A bigger combo counter ends up taking an obnoxious amount of screen space, and seeing the arrows is more important
Maybe make the LEDs fade in and out quicker to accentuate the peaks?Try blinking the LEDs sharply, without fading. This works well for the metronome