forked from calf-studio-gear/calf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_blank.html
35 lines (33 loc) · 1.83 KB
/
_blank.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="scripts/prettyPhoto.css" />
<link type="text/css" rel="stylesheet" href="scripts/style.css" />
<script language="javascript" type="text/javascript" src="scripts/jquery.js"></script>
<script language="javascript" type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script language="javascript" type="text/javascript" src="scripts/manual.js"></script>
</head>
<body>
<div id="wrapper">
<h1>Headline</h1>
<a href="images/Calf - Compressor.jpg" title="Calf - Compressor" class="prettyPhoto"><img class="thumbnail" src="images/Calf - Compressor.jpg" /></a>
<h2>Functionality</h2>
<p>
</p>
<h2>Tips</h2>
<p>
</p>
<h2>Controls</h2>
<ul>
<li><strong>Bypass:</strong> Don't process anything, just bypass the signal</li>
<li><strong>Input:</strong> Control the input level before the signal is processed</li>
<li><strong>In L/In R:</strong> The level after the input knob</li>
<li><strong>0dB:</strong> Flashes if input level rises above 0dB</li>
<li><strong>Output:</strong> Control the output of the plugin - clipping could destroy your signal</li>
<li><strong>Out L/Out R:</strong> The level after processing and after the output knob</li>
<li><strong>0dB:</strong> Flashes, if the signal rises about 0dB in the output stage</li>
</ul>
<div class="footer"><a href="index.html" title="Index">Index</a><a href="#" title="Top">Top</a></a></div>
</div>
</body>
</html>