PlummersSoftwareLLC / NightDriverStrip

NightDriver client for ESP32
https://plummerssoftwarellc.github.io/NightDriverStrip/
GNU General Public License v3.0
1.33k stars 215 forks source link

BUG: tearing in MRI/PatternMandala effect #368

Closed rbergen closed 1 year ago

rbergen commented 1 year ago

Bug report

Problem

The MRI effect (implemented by PatternMandala) shows tearing in the context of the Mesmerizer project. The best way I can think of describing the visual appearance of the tearing is an old-fashioned CRT television experiencing distortion because of the antenna not being aligned properly, or a scooter driving past the house.

Steps

  1. Boot a Mesmerizer board with the Mesmerizer project
  2. Run the MRI effect and watch it
davepl commented 1 year ago

I debugged this a while and am fairly confident this might be a bug or artifact in the FillNoise function. It does not tear if you comment out the noise function.

On Jul 20, 2023, at 2:27 AM, Rutger van Bergen @.***> wrote:

Bug report

Problem

The MRI effect (implemented by PatternMandala) shows tearing in the context of the Mesmerizer project. The best way I can think of describing the visual appearance of the tearing is an old-fashioned CRT television experiencing distortion because of the antenna not being aligned properly or a scooter driving past the house.

Steps

Boot a Mesmerizer board with the Mesmerizer project Run the MRI effect and watch it — Reply to this email directly, view it on GitHub https://github.com/PlummersSoftwareLLC/NightDriverStrip/issues/368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4HCF6T2XZHSRMRNHAKBY3XRD2YBANCNFSM6AAAAAA2REF7IA. You are receiving this because you are subscribed to this thread.

rbergen commented 1 year ago

Closing, as this was fixed with commit b123adba128625692ab22977adb787a3ca70ea1c.