[ANSWERED] Light flicker between scenes(ArtNet/DMX)
-
I'm using ArtNet to output DMX to a LED lighting fixture. It's all working pretty smoothly, and I created a system with different scenes for different moments. But whenever I jump between scenes, the red channel of the fixture flickers very quickly. It's pretty noticeable and I'm trying to get rid of this. I tried using a gate to delay any values from reaching the ArtNet actor, but nothing changed. Any ideas? Thanks in advance.
-
If you're not already using a background Scene, you may want to try that. Please see the TroikaTronix Youtube tutorial on activating multiple Scenes in Isadora.
Best wishes,
Woland
-
I could think of a 'doubling' of the ArtNet stream. I'm not an expert on this protocol, but as it is based on UDP without any bit checking or correction, in oppsit to TCP. Therefore I could imagine, that the scenes overlaping two DMX value streams, creating some strange data pattern to be interpreted by the lights. Which means @wolands solution would indeed be preventing this. If you like to be sure about this, you might just put the separate ArtNet actors, as is into one scene and have a look what happens.
-
Depending on how you have things setup, and whether you are allowing your scenes to cross fade, you may want to read about the 'mode' input of the Matrix Value Receive actor. It deals with how values for matching inputs are handled.
-
@woland Thank you! With the proper changes, using a background scene for the ArtNet actors worked like a charm!