File: selectfixture.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 (24 lines) | stat: -rwxr-xr-x 1,061 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
<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>
 <a href="concept.html#Scene">シーンエディタ</a>でシーンを作成するときなどに<a href="concept.html#Fixture">フィクスチャー</a>を<b>選択</b>できます。
</p>

<p>
 ファンクションの選択ダイアルログは、状況に応じて使用できるフィクスチャーのみを表示します。<a href="concept.html#Scene">シーン</a>エディタや<a href="concept.html#EFX">EFX</a>エディタでフィクスチャーを選択したいときには複数のフィクスチャーを一括で追加できます。
</p>

<p>一覧で複数の項目を選択する方法については、オペレーティングシステムのマニュアルを参照してください。
</p>

</BODY>
</html>