audio-reactive-led-strip/python
Scott Lawson a38a8e1680 Refactored all of the led_update_X functions
Led update functions no longer return a colorized array. Colorizing is
now done in led_visualization. It makes more sense for the led_update_X
functions to return 1D brightness arrays and then to apply color
afterwards. This should also improve performance somewhat. Also added a
new function leak_saturated_pixels() which allows saturated colors (>255
value) to leak into the adjacent color channels
2016-10-23 16:46:52 -07:00
..
Output Minor bug fixes and tweaks 2016-10-22 22:16:08 -07:00
config.py Minor bug fixes and tweaks 2016-10-22 22:16:08 -07:00
dsp.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00
gamma_table.npy Major refactoring and update 2016-10-13 22:27:45 -07:00
led.py Minor bug fixes and tweaks 2016-10-22 22:16:08 -07:00
microphone.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00
sandbox.py Refactored all of the led_update_X functions 2016-10-23 16:46:52 -07:00
visualize.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00