Skip to content

Instantly share code, notes, and snippets.

@Moehritz
Created January 29, 2015 23:26
Show Gist options
  • Save Moehritz/35e1603f5dd32b66f55d to your computer and use it in GitHub Desktop.
Save Moehritz/35e1603f5dd32b66f55d to your computer and use it in GitHub Desktop.
QLCPlus Chaser Fade-inheritance bug
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Workspace>
<Workspace xmlns="http://qlcplus.sourceforge.net/Workspace" CurrentWindow="VirtualConsole">
<Creator>
<Name>Q Light Controller Plus</Name>
<Version>4.8.3</Version>
<Author>Moritz</Author>
</Creator>
<Engine>
<InputOutputMap>
<Universe ID="0" Name="Universe 1" Passthrough="False"/>
<Universe ID="1" Name="Universe 2" Passthrough="False"/>
<Universe ID="2" Name="Universe 3" Passthrough="False"/>
<Universe ID="3" Name="Universe 4" Passthrough="False"/>
</InputOutputMap>
<Fixture>
<Manufacturer>Generic</Manufacturer>
<Model>Generic RGB</Model>
<Mode>RGB</Mode>
<ID>0</ID>
<Name>Generic RGB #1</Name>
<Universe>0</Universe>
<Address>0</Address>
<Channels>3</Channels>
</Fixture>
<Fixture>
<Manufacturer>Generic</Manufacturer>
<Model>Generic RGB</Model>
<Mode>RGB</Mode>
<ID>1</ID>
<Name>Generic RGB #2</Name>
<Universe>0</Universe>
<Address>3</Address>
<Channels>3</Channels>
</Fixture>
<Function ID="0" Name="Main Chaser" Type="Chaser">
<Speed Duration="4294967294" FadeIn="0" FadeOut="0"/>
<Direction>Forward</Direction>
<RunOrder>SingleShot</RunOrder>
<SpeedModes Duration="Common" FadeIn="Default" FadeOut="Default"/>
<Step Hold="0" FadeIn="0" Number="0" FadeOut="0">1</Step>
</Function>
<Function ID="1" Name="Step 1" Type="Collection">
<Step Number="0">2</Step>
</Function>
<Function ID="2" Name="Inner Chaser" Type="Chaser">
<Speed Duration="0" FadeIn="0" FadeOut="0"/>
<Direction>Forward</Direction>
<RunOrder>Loop</RunOrder>
<SpeedModes Duration="PerStep" FadeIn="PerStep" FadeOut="PerStep"/>
<Step Hold="4294967294" FadeIn="4730" Number="0" FadeOut="0">3</Step>
</Function>
<Function ID="3" Name="All ON" Type="Scene">
<Speed Duration="0" FadeIn="0" FadeOut="0"/>
<FixtureVal ID="0">0,255,1,255,2,255</FixtureVal>
<FixtureVal ID="1">0,255,1,255,2,255</FixtureVal>
</Function>
<Monitor ShowLabels="0" DisplayMode="0">
<Font>Arial,12,-1,5,50,0,0,0,0,0</Font>
<ChannelStyle>0</ChannelStyle>
<ValueStyle>0</ValueStyle>
</Monitor>
</Engine>
<VirtualConsole>
<Frame Caption="">
<Appearance>
<FrameStyle>None</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
<CueList Caption="Cue-Liste" ID="0">
<Chaser>0</Chaser>
<Next>
<Key></Key>
</Next>
<Previous>
<Key></Key>
</Previous>
<Playback>
<Key></Key>
</Playback>
<WindowState Width="460" Visible="True" X="20" Y="35" Height="150"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
</CueList>
<CueList Caption="Cue-Liste" ID="1">
<Chaser>2</Chaser>
<Next>
<Key></Key>
</Next>
<Previous>
<Key></Key>
</Previous>
<Playback>
<Key></Key>
</Playback>
<WindowState Width="460" Visible="True" X="20" Y="190" Height="150"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
</CueList>
<Slider Caption="Monitor" ID="2" WidgetStyle="Slider" InvertedAppearance="false">
<WindowState Width="65" Visible="True" X="485" Y="35" Height="305"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
<SliderMode ClickAndGoType="None" ValueDisplayStyle="Exact" Monitor="false">Level</SliderMode>
<Level Value="0" LowLimit="0" HighLimit="255">
<Channel Fixture="0">0</Channel>
<Channel Fixture="0">1</Channel>
<Channel Fixture="0">2</Channel>
<Channel Fixture="1">0</Channel>
<Channel Fixture="1">1</Channel>
<Channel Fixture="1">2</Channel>
</Level>
<Playback>
<Function>4294967295</Function>
</Playback>
</Slider>
</Frame>
<Properties>
<Size Width="1920" Height="1080"/>
<Keyboard TapModifier="67108864"/>
<GrandMaster ChannelMode="Intensity" SliderMode="Normal" ValueMode="Reduce"/>
</Properties>
</VirtualConsole>
<SimpleDesk>
<Engine/>
</SimpleDesk>
</Workspace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment