1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Function Wizard</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Function Wizard</H1>
<P>
The Function Wizard's purpose is to help users create some common functions for a
quick start.
</P>
<H3>Controls</H3>
<TABLE BORDER=1 class="qlcTable">
<TR>
<TD>
<B>Fixture List</B>
</TD>
<TD>
List of fixtures that will be included in the functions created with the
wizard. You can see each fixture's capabilities for Color-, Gobo- and Shutter-
type scenes in the <B>Supported capabilities</B> column.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_add.png">
</TD>
<TD>
Include <A HREF="concept.html#Fixtures">Fixtures</A> to the functions
that will be created with the wizard.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_remove.png">
</TD>
<TD>
Remove the selected fixtures from the function to be created.
</TD>
</TR>
<TR>
<TD>
<B>Scenes</B>
</TD>
<TD>
<UL>
<LI>Colors: Create scenes for changing the color simultaneously on all
currently included fixtures. For this to work, the fixtures must have at least
one color channel that controls a fixed-color wheel.</LI>
<LI>Gobos: Create scenes for changing the gobo simultaneously on all currently
included fixtures. For this to work, the fixtures must have at least one gobo
channel.</LI>
<LI>Shutter: Create scenes for changing the shutter position simultaneously
on all currently included fixtures. For this to work, the fixtures must have
at least one shutter channel.</LI>
</UL>
</TD>
</TR>
<!-- TR>
<TD>
<B>Chasers</B>
</TD>
<TD>
<UL>
<LI>Intensity: Create chasers that use the fixtures' intensity/dimmer channels.
The following chasers are created:
<UL>
<LI>Full - Zero: Fade all intensity channels on & off simultaneously.</LI>
<LI>Even - Odd: Fade all even intensity channels on, while odd channels fade to off and vice versa.</LI>
<LI>Sequence forwards: Fade each intensity channel on in a consecutive sequence.</LI>
<LI>Sequence backwards: The same as above, but in reverse.</LI>
<LI>Random Multi: Fade multiple channels on and off in a random sequence.</LI>
<LI>Random Single: Fade one channel on at a time in a random sequence.</LI>
</UL>
</LI>
</UL>
</TD>
</TR -->
</TABLE>
</BODY>
</HTML>
|