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

<H1>OS2L plugin</H1>

<H2>Introduction</H2>
<P>
The OS2L plugin allows direct communication between QLC+ and an OS2L capable host.<br>
OS2L specifications can be found at: <a href="http://os2l.org/">http://os2l.org</a><br>
At the moment the only OS2L host supported is <a href="https://www.virtualdj.com/">Virtual DJ</a>.<br>
QLC+ OS2L plugin will work either on the same host (127.0.0.1) or on a different host with
an OS of your choice (Windows, macOS, Linux)
</P>

<H2>Configuration - Virtual DJ</H2>

<P>
First and foremost, you need to tell VDJ where to send OS2L messages.<br>
Open VDJ settings, go to the 'Options' panel and type 'os2l' in the top search box.<br>
Modify the 'os2lDirectIp' field by setting the IP:port where VDJ can reach QLC+.
For example, '127.0.0.1:9996' should work if QLC+ runs on the same (Windows) PC of VDJ.<br>
Once done, restart VDJ.<br>
<br>
Now go to QLC+, enable the OS2L plugin on any universe. If you have set a specific port in VDJ,
open the OS2L configuration dialog and set the same port there.<br>
Once done, QLC+ will start receiving signals from VDJ (joystick icon will blink beside the Universe box)
</P>

</BODY>
</HTML>