Page 1 of 1
Help on defining fixture
Posted: Wed Feb 24, 2016 7:01 pm
by apl4
How would you go about defining a fixture where the values actions set by different values on channel 2 where dependant on which value was set on channel 1? As per the attached mode table.
Re: Help on defining fixture
Posted: Fri Feb 26, 2016 10:31 am
by boxy
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.
Re: Help on defining fixture
Posted: Fri Feb 26, 2016 10:31 am
by apl4
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.
Thanks boxy.
Does that mean that you have to write the xml manually, as the fixture editor can't handle overlaps?
Re: Help on defining fixture
Posted: Mon Feb 29, 2016 10:04 am
by boxy
No. It was the easiest way of me demonstrating how to do it.
To keep the amount of text used down, put repeated information in the title eg: Mode, Effect, Speed etc.
Have a go and post it. Then we'll see.