Skip to content

Commit

Permalink
Fixtures: fix LSB/MSB channels
Browse files Browse the repository at this point in the history
  • Loading branch information
janosvitok committed Dec 18, 2016
1 parent 5e3f42a commit 751fef4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/fixtures/Blizzard-Lighting-LB-Par-Hex.qxf
Expand Up @@ -70,7 +70,7 @@
<Capability Min="0" Max="255">Fade speed (slow &lt;--&gt; fast)</Capability>
</Channel>
<Channel Name="32-Bit Dimmer">
<Group Byte="1">Effect</Group>
<Group Byte="0">Maintenance</Group>
<Capability Min="0" Max="5">As set in the control menu display</Capability>
<Capability Min="6" Max="55">Mode 0 = 8-bit, 256 dimming steps</Capability>
<Capability Min="56" Max="105">Mode 1 = 32-bit, 0-25% intensity range</Capability>
Expand Down
2 changes: 1 addition & 1 deletion resources/fixtures/Eurolite-LED-TMH-9.qxf
Expand Up @@ -77,7 +77,7 @@
<Capability Min="0" Max="255">Pan movement with 16 bit resolution</Capability>
</Channel>
<Channel Name="Tilt 16 bit">
<Group Byte="1">Pan</Group>
<Group Byte="1">Tilt</Group>
<Capability Min="0" Max="255">Tilt movement with 16 bit resolution</Capability>
</Channel>
<Mode Name="4 channel">
Expand Down
2 changes: 1 addition & 1 deletion resources/fixtures/High-End-Systems-Studio-Beam.qxf
Expand Up @@ -26,7 +26,7 @@
<Capability Min="0" Max="255">Tilt, fine adjustment</Capability>
</Channel>
<Channel Name="Dim">
<Group Byte="1">Intensity</Group>
<Group Byte="0">Intensity</Group>
<Capability Min="0" Max="255">Dim setting, continuous</Capability>
</Channel>
<Channel Name="Shutter (Normal/Lamp Assisted)">
Expand Down
4 changes: 2 additions & 2 deletions resources/fixtures/Stairville-LED-Matrix-Blinder-5x5.qxf
Expand Up @@ -14,7 +14,7 @@
<Capability Min="0" Max="255">0% to 100%, for all LEDs together</Capability>
</Channel>
<Channel Name="Operating-Mode (28-Channel Mode)">
<Group Byte="1">Effect</Group>
<Group Byte="0">Effect</Group>
<Capability Min="0" Max="0">LEDs off</Capability>
<Capability Min="1" Max="9">All LEDs on</Capability>
<Capability Min="10" Max="19">Letter display, to be selected with channel 28</Capability>
Expand Down Expand Up @@ -43,7 +43,7 @@
<Capability Min="253" Max="255">Sound-controlled show</Capability>
</Channel>
<Channel Name="Letter/Number/Speed Adjustment (Increasing Speed 0..255)">
<Group Byte="1">Effect</Group>
<Group Byte="0">Effect</Group>
<Capability Min="0" Max="9">Letter 'A'/Number '0'</Capability>
<Capability Min="10" Max="19">Letter 'B'/Number '0'</Capability>
<Capability Min="20" Max="27">Letter 'C'/Number '0'</Capability>
Expand Down

0 comments on commit 751fef4

Please sign in to comment.