File: udmxoutput.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 (47 lines) | stat: -rw-r--r-- 1,347 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - uDMX Output Plugin</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">

<H1>uDMX output plugin</H1>

<H2>Introduction</H2>
<P>
The uDMX Output plugin supports the <A HREF="https://www.anyma.ch/research/udmx/">Anyma uDMX</A> USB-DMX interface
on Linux and macOS.
</P>

<H2>Requirements</H2>

<H3>Linux</H3>
<P>
On all Linux distributions, you need to install libusb. If you install QLC+ with the Ubuntu
Software Center or some other automatic installer tool, this library will be installed
automatically for you.
</P>

<H3>macOS</H3>
<P>
On Apple macOS, you don't need any drivers at all since QLC+ uses the macOS native USB
interface.
</P>

<H3>Windows</H3>
<P>
This device is not yet supported on Windows.
</P>

<H2>Tuning</H2>
<P>
It is possible to change the DMX frame frequency for all uDMX devices with a
hidden settings key on each platform. The key tells QLC+ how many times each DMX frame (512 channels)
should be sent to the universe per second. A value of "30" means 30 times per second (30Hz).
Please refer to the <A HREF="parameterstuning.html#uDMX">Manual parameters tuning</A> uDMX section
</P>

</BODY>
</HTML>