audio-reactive-led-strip/python
Scott Lawson 4b6f9a807b Fixed bug where some FPS values raised exceptions
Fixed a bug where certain config.FPS values would result in arrays with
mismatched dimensions. The mismatched dimensions occurred because an
integer was rounded instead of truncated. This is now fixed and
exceptions should no longer be raised when certain FPS values are used.
2017-01-03 16:09:39 -08:00
..
Output Minor bug fixes and tweaks 2016-10-22 22:16:08 -07:00
config.py Improved documentation for IP configuration 2016-12-27 21:09:10 -07:00
dsp.py Fixed bug where some FPS values raised exceptions 2017-01-03 16:09:39 -08:00
gamma_table.npy Removed obsolete gamma table and updated config file to match 2016-11-13 01:08:51 -08:00
gui.py Added ComboBox to GUI for effect selection 2017-01-01 12:14:31 -07:00
led.py Fixed a byte encoding error that occurred in Python 3 2016-12-31 11:06:09 -07:00
melbank.py Very minor PEP8 formatting changes 2016-12-24 22:54:06 -07:00
microphone.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00
visualization.py Fixed bug where ComboBox didn't match current effect 2017-01-01 13:12:38 -07:00