gunnebo-ab / node-red-contrib-artnet

Node-RED node that controls lights via Art-Net
MIT License
8 stars 4 forks source link

multiple transition on same channel #2

Open asterix555 opened 6 years ago

asterix555 commented 6 years ago

Hi,

when I fade a channel from 0 to 255 I can interrupt this transition by sending another (fading) value.

Unfortunately the new transition dosn't start from the current value (eg 128) but from the target value of the previous transition.

That causes instant brightness change instead of smooth transition....

Is there any way to change that behavior?