Sorry, we don't support your browser.  Install a modern browser

Encoder programmer values have different beheaviuor for the same attribute#126

C

In the fixture type edit we do not have an option to set this beheaviour and we dot not have this kind of option in the general console setting. Why we have this kind of different beheaviour?

2 years ago

We have hardcoded this behaviour to group cyan, magenta and yellow only; as well as with red, green and blue. So touching cyan will set values for magenta and yellow but not for red, green, and blue.

In the part where this part is done in code we do not know which fixture type the functions belong to, as such we have these rather hard groupings so that when you have cmy and rgb fixtures selected at the same time, touching cyan does not set an rgb value for the different fixture and function.

This is a part of the code that I would like to improve on in the future.

2 years ago