File: loopbackplugin.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 (52 lines) | stat: -rw-r--r-- 1,830 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Loopback Plugin</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">

<H1>Loopback input/output plugin</H1>

<H2 id="introduction">Introduction</H2>

<P>
Loopback plugin provides a way to control <a href="virtualconsole.html">Virtual Console</a>
widgets from Scenes and other <a href="concept.html#Functions">Functions</a>. Data that QLC+ sends
to the Output port is looped back to the Input port, where it can be used for external control.
Obviously, the Output port and Input port may be attached to different universes.
</P>

<P>
The plugin provides 4 independent lines.
</P>

<P>
This plugin is mostly for advanced users -- unlike other input/output plugins, this plugin doesn't control
any real device.
</P>

<H2 id="configuration">Configuration</H2>

<P>
Loopback plugin doesn't have any configuration. Simply attach Input and Output to desired universes.
</P>

<H2 id="examples">Examples</H2>

<H3 id="example-1">Buttons that set a (submaster or regular) slider to a predefined value</H3>

<P>These buttons can have a fade time attached, these changes may be gradual.</P>
<P>Steps:
<OL>
<LI>Set one universe for Loopback output (U1), and set the slider's input universe to Loopback Input (U2).
Let's say the sliders external control is set to channel 14.</LI>
<LI>Add dimmer channel to U1 at address 14. In the channel modifiers dialog, set it to LTP (so that if the
button goes off, the slider doesn't go to zero.</LI>
<LI>Create scenes with desired slider values for channel 14 in the U1 universe. You may set fade times as well.</LI>
<LI>Create buttons for the scenes</LI>
</OL>
</P>
</BODY>
</HTML>