Updates not sending when editing scenes

Generic issues not specifically related to a QLC+ area.
Post here only if you can't really find the reason of an issue
Post Reply
n9yty
Posts: 23
Joined: Sat Aug 27, 2022 5:17 am
Real Name: Steve

I have only one universe being used, output is through Art-Net using a Chauvet DMX-AN2 box. Running on macOS 12.5.1.

When editing scenes it will stop updating the lights, even though the Fixture Monitor updates to show the changes. If I disconnect the DMX cable the lights go out, but then go back to the last "stuck" scene when I plug it in, so the values are buffered somewhere.

If I click between the scenese, ocassionally it will change but it isn't consistent. I started a chase group, and it didn't change when running the chase at all.

If I open a scene in the editor, though, and adjust a slider, it will cause it to instantly update.

Something weird on my system? I've attached the test file I started working with in case it shows I did something very wrong.
Attachments
Test RGB.qxw
(9.5 KiB) Downloaded 36 times
User avatar
GGGss
Posts: 2732
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

Except for the very long load time (There might be something wrong inside your project file) and the missing fixture definition, once started, everything works as designed.

Why do you have 2 universes pointing to the same network address?

Code: Select all

<InputOutputMap>
   <Universe Name="Universe 1" ID="0">
    <Input Plugin="ArtNet" UID="2.0.0.34" Line="4"/>
    <Output Plugin="ArtNet" UID="2.0.0.34" Line="4">
     <PluginParameters transmitMode="Partial"/>
    </Output>
   </Universe>
   <Universe Name="Universe 2" ID="1" Passthrough="True">
    <Input Plugin="ArtNet" UID="2.0.0.34" Line="4"/>
    <Output Plugin="ArtNet" UID="127.0.0.1" Line="1"/>
   </Universe>
   <Universe Name="Universe 3" ID="2">
    <Output Plugin="Loopback" UID="Loopback 1" Line="0"/>
   </Universe>
   <Universe Name="Universe 4" ID="3">
    <Input Plugin="MIDI" UID="IAC Driver" Line="0" Profile="KORG nanoKONTROL2"/>
    <Feedback Plugin="MIDI" UID="IAC Driver" Line="0"/>
   </Universe>
  </InputOutputMap>
All electric machines work on smoke... when the smoke escapes... they don't work anymore
Post Reply