Like the color mixing (using layer 2),_ can we use the mixing on intensity_?
I want to be able to make all LEDs 30% of their current intensity (and keeping current colors)
Like the color mixing (using layer 2),_ can we use the mixing on intensity_?
I want to be able to make all LEDs 30% of their current intensity (and keeping current colors)
This code does not produce the expected effect of dimming the led at index 0
https://docs.intech.studio/wiki/actions/led/led-intensity mention mixing layers, but by speaking again about colors, so I'm not sure if this is really supported or a copy/paste in the doc'
I think only colors are mixed, the intensity is not
Either the doc should get cleaned up to avoid the confusion.
Or (which I would prefer): it would become possible. Please, pretty please ?
Hey @user Following up on this. Can we now mix layers to affect intensity?
Also, I can't get the mix of color to work.
Here, with hard coded values, I'm expecting a cyan redish.
And I actually get only the first color.
Any idea what I'm missing?
What do you have in the Setup tab? Also, what is the LED intensity you've set for each of the layers?
In button, potentiometers and faders, there is only one layer available.
Under encoder and endless are 2 layers.
ok. good to know, thank you
The layers are for element events, to mix a button press and encoder rotation
I have one button that is labeled FREEZE.
I'm trying to turn off all LEDs when this FREEZE button is toggled to ON, and back to normal configuration when it is back to OFF
As there is no layers, I'm thinking I will prefix all my button with
if freeze_button_is_OFF -> set led of current button to off
else -> normal configuration
and in the FREEZE button ~> immediate_send to all other button
do you see any other better way?
Maybe I don't fully get what you are after, but when I wanted to have only one led active at a time I did this:
View on Discord
This post is from the Intech Studio Discord community.