Commit Graph

207 Commits

Author SHA1 Message Date
Niklas ffe05e793e cleanup 2019-02-20 15:02:44 +00:00
Niklas 0ba74fd6ed changes for raspberry pi 3 2019-02-20 14:51:19 +00:00
Matthew Bowley a2fa8df006
Update README.md 2018-03-04 20:25:32 +00:00
Matthew Bowley 0058381373
Update README.md 2018-03-04 20:25:14 +00:00
Matthew Bowley 48cb1018e9 Fixed effects and ws2812 controller fw
Final push to this fork unless other critical errors are found.
2018-03-04 20:21:34 +00:00
Matthew Bowley 9d84283e01
Update README.md 2018-03-03 10:30:22 +00:00
Matthew Bowley 660b69b948
Update README.md 2018-03-02 03:13:14 +00:00
Matthew Bowley 8fe7a8053f Update README.md 2018-03-02 02:47:24 +00:00
not-matt cd06d65e60
Lots of little updates behind the scenes 2018-02-27 20:12:08 +00:00
not-matt 35358e2d75
Main update
Lots of things, couple bits broken but mostly improved. Multiple devices, settings persistence, better colours, flexible gradients etc
2018-02-27 20:11:15 +00:00
not-matt 104253d7a3
Moving stuff around 2018-02-27 20:09:31 +00:00
not-matt 319825c769
Moving stuff around 2018-02-27 20:08:57 +00:00
not-matt ddc2fbc5b6
Moving stuff around 2018-02-27 20:08:40 +00:00
not-matt 979f386652
Moving stuff around 2018-02-27 20:08:23 +00:00
not-matt 7627a4490b
Moving stuff around 2018-02-27 20:08:04 +00:00
not-matt ea394e1929
Moving stuff around 2018-02-27 20:07:40 +00:00
not-matt 5f34c8d147
Delete gamma_table.npy 2018-02-27 20:07:23 +00:00
not-matt 1e3f7755d8
Rename python/dsp.py to python/lib/dsp.py 2018-02-27 20:06:52 +00:00
not-matt 244622c3ca
Moving stuff around 2018-02-27 20:06:25 +00:00
not-matt 54be7d5fe9
Moving stuff around 2018-02-27 20:05:50 +00:00
not-matt 1b2b1ded8b
Update microphone.py 2018-01-06 20:02:04 +00:00
not-matt 06f775fc92
Add files via upload
Added opts for amount of r,g,b in "Energy", "Spectrum", and "Scroll"
2017-12-28 18:03:09 +00:00
not-matt 3ae736bffe
Add files via upload
New effect: Power - [Preview](https://imgur.com/a/p6e9l)
Better beat/highs detection
Added processing latency indicator
2017-12-28 01:25:16 +00:00
not-matt 9e594b2e90
Update visualization.py
Better beat detection parameters with new mel scale
2017-12-27 16:49:15 +00:00
not-matt 5e68b99b28
Add files via upload
New effect: Bars
Better frequency scaling by modifying parameters in melbank.py
Mel graph [before](https://imgur.com/a/xN9PA), [after](https://imgur.com/a/YYGLk)
This stretches out the lower end with vocals and bass, and squishes up the high end which usually takes up moer space on the strip for similar "sounds". Now it looks more like you would expect it to, based on what you hear (more pitch-like than frequency)
2017-12-27 16:28:13 +00:00
not-matt 24289b61ca
Update ws2812_controller.ino 2017-12-27 02:03:41 +00:00
not-matt 61f4defaee
Add files via upload
Added static effects, added new colour modes, improved gradient scrolling and mirroring, cleaned up stuff behind the scenes, added lots more options for different effects
2017-12-27 01:58:55 +00:00
not-matt 977f9a0df4
Merge pull request #2 from kanapoutz78/patch-2
Fix overflow bug for Raspberry Pi
2017-12-19 18:04:14 +00:00
not-matt 1b105f4769
Merge pull request #1 from kanapoutz78/patch-1
Custom number of pixels bug
2017-12-19 18:04:00 +00:00
kanapoutz78 c61db1b140
Fix overflow bug for Raspberry Pi
As fixed at :  https://github.com/scottlawsonbc/audio-reactive-led-strip/pull/73
2017-12-19 16:50:24 +01:00
kanapoutz78 c55c0f4cb9
Update visualization.py
In order to fit custom number of pixels
2017-12-19 16:43:14 +01:00
not-matt 437b07f8a4
Delete visualization.py
Jeez that took way longer than it should have
2017-12-18 20:52:41 +00:00
not-matt 064f4df62f
Delete qrangeslider.py 2017-12-18 20:52:12 +00:00
not-matt 9ea47189f5
Delete qfloatslider.py 2017-12-18 20:52:02 +00:00
not-matt 5eb369ae52
Delete microphone.py 2017-12-18 20:51:54 +00:00
not-matt 5bb5224158
Delete melbank.py 2017-12-18 20:51:45 +00:00
not-matt dcfa49e7d2
Delete led.py 2017-12-18 20:51:34 +00:00
not-matt dc6da8d6af
Delete gui.py 2017-12-18 20:51:22 +00:00
not-matt 9974f06214
Delete gamma_table.npy 2017-12-18 20:51:14 +00:00
not-matt 3d92453812
Delete dsp.py 2017-12-18 20:51:05 +00:00
not-matt 263efb11b3
Delete config.py 2017-12-18 20:50:55 +00:00
not-matt b0b45efcf4
Add files via upload
There, hopefully that's all where it's meant to be.
2017-12-18 20:50:27 +00:00
not-matt c90fc83224
Delete config.py 2017-12-18 20:49:45 +00:00
not-matt be7510dcc3
Delete dsp.py 2017-12-18 20:49:34 +00:00
not-matt e5f088b981
Delete gamma_table.npy 2017-12-18 20:49:27 +00:00
not-matt aff3dfd61d
Delete gui.py 2017-12-18 20:49:19 +00:00
not-matt 07d7674ba3
Delete led.py 2017-12-18 20:49:10 +00:00
not-matt 0853caa8d9
Delete melbank.py 2017-12-18 20:49:01 +00:00
not-matt d9fcf1ec14
Delete microphone.py 2017-12-18 20:48:51 +00:00
not-matt c21cff14a1
Delete visualization.py 2017-12-18 20:48:44 +00:00