tfabris / Close-Encounters-Mothership-Scanner

Arduino code for the FastLED library which simulates the mothership scanner effect from Close Encounters of the Third Kind
GNU General Public License v3.0
10 stars 0 forks source link

Need to allow for an external trigger for the color flashes #5

Open tfabris opened 1 year ago

tfabris commented 1 year ago

Currently the color flashes are only appearing randomly. They could potentially be triggered by some kind of external signal (audio input, MIDI note, button press, etc.). Refactor the code and put some kind of a hook in place that will allow for this.