-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sparkle effect with dimmer? #35
Comments
You’re right, the existing sparkle only works with RGB channels. I wrote it that way because some of my moving heads have delayed dimmer channels that could not respond fast enough. But my sparkle function is really just an example. Copy it, rename the new function dimmer-sparkle, and change it to create dimmer assigners rather than color assigners, and it will do what you want. (If you don’t have time, I could do that a few hours from now.) |
Oh, and the strobe effect in Afterglow uses the native strobe capability of the fixture. Some fixtures support a variety of kinds of strobing, including random strobes, but most do not. Sparkle is purely an Afterglow thing. |
Ok, it would have been way too hard for you to rewrite the old sparkle to a dimmer sparkle, it involves so many different kinds of layers and interfaces in Afterglow. I think I am close, though, I just need to figure out why my dimmer assigners don’t seem to be having any effect… |
Taking a break for a late dinner was a good thing, because right after I came back I was able to find my silly mistake, and now the new |
All right, with the snapshot I just deployed, you can create sparkle effects for either RGB or non-RGB fixtures, and the new |
Works great! Thank you! |
I want to use sparke with heads, that don't support colors, but they do support dimmer. Is it possible to use on such fixtures? I guess not.
What I understand from reading the docs is that sparke creates "random" flashes, while strobe creates "rhythmic" ones.
I think "sparkle" type of strobe could be a better alternative.
The text was updated successfully, but these errors were encountered: