-
Hello everyone, I have had great community help previously with building my Atomic Fire Lamp a few years ago, so cheers to all the contributors of this repo. Dave - I am in awe of this project you've created and so thankful that you decided to make it open to everyone. I recently built a new NightDriverStrip lamp, and I had initially hoped to copy the exact same effects that my first lamp had. Most of the effects were a simple matter of copy-pasting them, but there is one effect in particular that I cannot replicate. The entry I have on the Atomic Lamp's
From the
And it looks like this visually: https://imgur.com/eDhcMdX Translating the same effect into my new lamps' 2025 repo, and I get this for
and this is the response from
However, visually it is quite different: https://imgur.com/bDnaIye Does anyone know what I am doing wrong here? I couldn't see any impactful changes to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@tomioe I looked into this somewhat, and since 2022 a lot has changed within the NightDriverStrip codebase. I actually looked at the differences in meteoreffect.h since then and now, and I noticed some code changes in the effect were in fact made. You say these changes aren't impactful, but I'm not exactly sure what the definition of "impactful" is in this context. Aside from that, I also know that various changes to the processing of audio input have been made over the past 3 years. If those can serve as an explanation for the differences in the visuals, I don't know. I can say that the differences between the JSON blobs you shared are immaterial. The effect name changed (as reflected in the effect's code commits), the standard effect change interval changed from 30 to 60 seconds, and the concept of "core effects" got introduced somewhere along the way. None of those changes have any impact on the visuals that effects generate. |
Beta Was this translation helpful? Give feedback.
@tomioe I looked into this somewhat, and since 2022 a lot has changed within the NightDriverStrip codebase.
I actually looked at the differences in meteoreffect.h since then and now, and I noticed some code changes in the effect were in fact made. You say these changes aren't impactful, but I'm not exactly sure what the definition of "impactful" is in this context.
Aside from that, I also know that various changes to the processing of audio input have been made over the past 3 years. If those can serve as an explanation for the differences in the visuals, I don't know.
I can say that the differences between the JSON blobs you shared are immaterial. The effect name changed (as reflected in…