scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

How to change Scroll Effect #273

Closed mannysanch closed 3 years ago

mannysanch commented 4 years ago

Hi, I want the scroll effect to move from the end/beginning of the strip and continue along the entire strip. Could you assist with some hints about how to change visualization.py? Sorry this is more of a request, than an issue. Thanks.

joeybab3 commented 4 years ago

So you're saying you want it to go across the whole length of the strip rather than two pulses out of the middle?

mannysanch commented 4 years ago

Yes that is correct.

On Wed, Jun 24, 2020, 12:24 Joey Babcock notifications@github.com wrote:

So you're saying you want it to go across the whole length of the strip rather than two pulses out of the middle?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/scottlawsonbc/audio-reactive-led-strip/issues/273#issuecomment-648924322, or unsubscribe https://github.com/notifications/unsubscribe-auth/APWSZHIEHKIAKE5ZRDRVZQ3RYISEZANCNFSM4NJFHXWQ .

joeybab3 commented 4 years ago

Try setting the length to twice the actual length of your strip, that way it places the middle at the end of your strip. If you have a steep drop in FPS it'll need a better solution but if that works than it'll do for now

joeybab3 commented 3 years ago

Were you able to get this working?

joeybab3 commented 3 years ago

Closing for inactivity