-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
[QLC+ 5] Channel settings for fixtures shows each device type only once #1619
Comments
This is somehow related to The root cause is always not-unique names. In fact, if you leave the names QLC+ proposes when adding new fixtures (with # number) it should work correctly |
Theoretical you can do it like some operating systems (linux) and add automatically a # 1 and count upwards if # 1 is already in use. The problem could be the check for duplicate named while renaming and stuff like that. It needs to be added in many places I think Unfortunately I don't have the knowledge to help you out. Or every object needs to get an unique id. |
Only a suggestion, but this might be one of the reasons FixtureIDs are common in other lighting software. A unique FixtureID would allow a few things:
|
Please check if this is fixed too with the latest build |
Describe the bug
Fixtures of the same type can't be edited after they got added to the viewer. The edit window show always only one and I can only edit one of them (often the last)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each added fixture should be visible here. Then I can set one fixture of e.g. the LED Strobe to 13 CH and the other to 54 CH.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: