forked from teotigraphix/OSC4Bitwig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSC.html
48 lines (44 loc) · 1.13 KB
/
OSC.html
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
<html>
<head>
<title>Bitwig Studio | Open Sound Control (OSC)</title>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en"/>
<meta name="description" content="Using Open Sound Control (OSC) in Bitwig Studio."/>
<meta name="author" content="Jürgen Moßgraber"/>
<style>
BODY
{
max-width: 800px;
}
BODY, TABLE, P, LI
{
font-family: Arial;
font-size: 14pt;
}
LI, TD
{
padding-bottom: 4px;
}
TD:first-child
{
font-weight: bold;
width: 200px;
}
.small
{
font-size: 10pt;
}
</style>
</head>
<body>
<h1>Bitwig Studio | Open Sound Control (OSC)</h1>
<p>
Support script for the Open Sound Control (OSC) protocol.
For a detailed manual please refer to the <a href="https://github.com/git-moss/OSC4Bitwig/wiki">Wiki</a>.
</p>
<p class="small">Written by Jürgen Moßgraber - <a href="http://www.mossgrabers.de">mossgrabers.de</a><br/>
(c) 2014<br/>
Licensed under LGPLv3 - See <a href="http://www.gnu.org/licenses/lgpl-3.0.txt">http://www.gnu.org/licenses/lgpl-3.0.txt</a>
</p>
</body>
</html>