-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Function Wizard: create Effects #1649
base: master
Are you sure you want to change the base?
Conversation
Hi, this doesn't build. |
i fixed it i did not see that EFXFixture has a modeToString function i removed the line and used this function instead |
0d97a33
to
1324743
Compare
Hey guys I've had a think about this. Eventually I'd like to expand the EFX movement effect list. I think these should be separated in the wizard. My suggestion would be:
Is there a better way for us to feed settings into the position effects like "Staggered", Split Reverse", "Asymmetrical" etc.? |
Hi, For the offset/reverse settings, i could add columns with checkboxes (like odd/even)(i also have to implement odd/even) |
oh, i totally forgot that those exist, shouldn't be a problem to implement this. also i noticed the "Serial" and "Asymmetric" are not displayed in the movement preview (all points are on the same spot), i will try to fix this and create a separate PR for that.
okay, i'll try to do that |
Hi,
I added the possibility to create Effects with the Function Wizard
What types of effects arc creates is determined by the fixture capabilities (Dimmer, RGB, Position).
for each type a normal and a staggered version (start offset spread equally) will be created.