audio-reactive-led-strip/python
Scott Lawson 8a1a53fd61 Changd led update functions to return pixel arrays
Led update functions now return an array of pixel values instead of
updating the LED strip directly.  This change makes it possible to
combine the effects of different LED update functions before updating
the LED strip. The function responsible for updating the LED strip is
led_visualization()
2016-10-23 14:56:03 -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 Changd led update functions to return pixel arrays 2016-10-23 14:56:03 -07:00
visualize.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00