Help on defining fixture
-
- Posts: 306
- Joined: Tue Apr 21, 2015 8:18 am
- Real Name: Robert Box
Here's a definition with a similar issue:
<Channel Name="Strobe/Speed/Sound Sensivity">
<Group Byte="0">Effect</Group>
<Capability Min="0" Max="10">No function/Slow to fast/Off</Capability>
<Capability Min="11" Max="15">No function/Slow to fast/Control the sound sensitivity level</Capability>
<Capability Min="16" Max="255">Slow to fast/Slow to fast/Control the sound sensitivity level</Capability>
Ignore the xml data - just look at the bold text. Each function is seperated by '/'s.
If the descriptions are too long they should be shortened so QLC+ can show them in the Simple Desk tab correctly.
Note how 'No function' for the 'Strobe' overlaps 'Off' and 'Control the sound...' between 0 and 15. This way a whole mess can be sorted out.
<Channel Name="Strobe/Speed/Sound Sensivity">
<Group Byte="0">Effect</Group>
<Capability Min="0" Max="10">No function/Slow to fast/Off</Capability>
<Capability Min="11" Max="15">No function/Slow to fast/Control the sound sensitivity level</Capability>
<Capability Min="16" Max="255">Slow to fast/Slow to fast/Control the sound sensitivity level</Capability>
Ignore the xml data - just look at the bold text. Each function is seperated by '/'s.
If the descriptions are too long they should be shortened so QLC+ can show them in the Simple Desk tab correctly.
Note how 'No function' for the 'Strobe' overlaps 'Off' and 'Control the sound...' between 0 and 15. This way a whole mess can be sorted out.
-
- Posts: 7
- Joined: Tue Feb 16, 2016 8:58 pm
- Real Name: Alan Lowery
Thanks boxy.boxy wrote:Here's a definition with a similar issue:
<Channel Name="Strobe/Speed/Sound Sensivity">
<Group Byte="0">Effect</Group>
<Capability Min="0" Max="10">No function/Slow to fast/Off</Capability>
<Capability Min="11" Max="15">No function/Slow to fast/Control the sound sensitivity level</Capability>
<Capability Min="16" Max="255">Slow to fast/Slow to fast/Control the sound sensitivity level</Capability>
Ignore the xml data - just look at the bold text. Each function is seperated by '/'s.
If the descriptions are too long they should be shortened so QLC+ can show them in the Simple Desk tab correctly.
Note how 'No function' for the 'Strobe' overlaps 'Off' and 'Control the sound...' between 0 and 15. This way a whole mess can be sorted out.
Does that mean that you have to write the xml manually, as the fixture editor can't handle overlaps?