File: peperonioutput.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 (48 lines) | stat: -rw-r--r-- 1,852 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Peperoni USBDMX 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>Peperoni output plugin</H1>

<H2>1 Introduction</H2>
<P>
The Peperoni Output plugin supports USB-DMX output devices produced by <A HREF="http://www.peperoni-light.de/products1.htm">Peperoni Light</A>.
</P>

<H2>2 Requirements</H2>

<H3>2.1 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>2.2 Mac OS X</H3>
<P>
Nothing special is needed for Mac OS X. All required components are already inside the Q Light Controller Plus
application bundle because QLC+ uses the OS X native USB interface.
</P>

<H3>2.3 Windows</H3>
<P>
You must install the <A HREF="http://www.lighting-solutions.de/support/driver.html">Peperoni USBDMX Windows drivers</A>.
Usually these come on a CD along with the Peperoni device you've bought.<br>
If after installing the driver, QLC+ still doesn't detect your Peperoni device, copy the usbdmx.dll file
you find inside the driver ZIP package (i386 folder) into the main QLC+ folder.
</P>

<UL>
 <LI>Unzip the driver package to a folder on your hard disk.</LI>
 <LI>Plug the peperoni device to a USB port.</LI>
 <LI>If you're running a 32bit version of Windows, point the "Found new hardware" wizard to look for the driver under <B>windows/i386</B>.</LI>
 <LI>If you're running a 64bit version of Windows, point the "Found new hardware" wizard to look for the driver under <B>windows/ia64</B> or <B>windows/amd64</B>.</LI>
</UL>

</BODY>
</HTML>