File: functionwizard.html

package info (click to toggle)
qlcplus 4.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,644 kB
  • sloc: cpp: 182,867; javascript: 7,764; xml: 2,453; ansic: 2,120; sh: 1,716; python: 634; ruby: 606; makefile: 23
file content (78 lines) | stat: -rwxr-xr-x 2,714 bytes parent folder | download | duplicates (4)
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
<html dir="ltr">
<head>
<title>Q Light Controller Plus - ファンクションウィザード</title>
<script src="utility.js" type="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css"></link>
  <meta charset="utf-8">
</head>
<BODY onLoad="replaceqrc()">


<h1>ファンクションウィザード</h1>
<p>
 ファンクションウィザードでは、フィクスチャーに応じたいくつかのファンクションを自動生成できます。
</p>

<h3>設定項目</h3>

<table border="1" class="qlcTable">
 <tr>
  <td>
   <b>フィクスチャー一覧</b>
  </td>
  <td>
 選択したフィクスチャーのファンクションを自動生成します。"使用可能な機能"には、<b>自動生成できるファンクションの種類</b>を表示しています
  </td>
 </tr>
 <tr>
  <td>
    <IMG SRC="qrc:/edit_add.png">
  </td>
  <td>
 <a href="concept.html#Fixtures">フィクスチャー</a>を追加します。
  </td>
 </tr>
 <tr>
  <td>
    <IMG SRC="qrc:/edit_remove.png">
  </td>
  <td>
 フィクスチャーを削除します。
  </td>
 </tr>
 <tr>
  <td>
   <b>シーン</b>
  </td>
  <td>
   <ul>
    <li>カラーマクロ: フィクスチャーの色をコントロールするファンクションです。このファンクションには、RGBのような複数のチャンネルを一括でコントロールするファンクションや、カラーホイールでも同じように自動生成できます。</li>
    <li>ゴボマクロ: ゴボをコントロールするファンクションです。ゴボコントロールのないフィクスチャーでは自動生成できません。</li>
    <li>シャッターマクロ: シャッターをコントロールするファンクションです。シャッターコントロールのないファンクションでは自動生成できません。</li>
   </ul>
  </td>
 </tr>
 <td><!-- 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 -->
</td></table>

</BODY>
</html>