Skip to content

Commit a74ffd3

Browse files
committed
Update web documents
1 parent 81f8b39 commit a74ffd3

File tree

6 files changed

+200
-246
lines changed

6 files changed

+200
-246
lines changed

docs/donations.html

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/dragonfly-early-manual.html

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<!DOCTYPE html>
22
<html>
3-
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<link rel="stylesheet" href="styles/normalize.css">
5-
<link rel="stylesheet" href="styles/common.css">
6-
<link rel="stylesheet" href="styles/manual.css">
3+
<head>
4+
<title>Dragonfly Early Reflections Manual</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="stylesheet" href="styles/normalize.css">
7+
<link rel="stylesheet" href="styles/common.css">
8+
<link rel="stylesheet" href="styles/manual.css">
9+
</head>
710
<body>
811
<div class="logos">
912
<img src="images/dragonfly-early-reflections/dragonfly-early-logo.png" />
@@ -23,11 +26,11 @@ <h2>Sliders</h2>
2326
<dl>
2427
<dt>Dry Level</dt>
2528
<dd>
26-
<p>Level of the input signal sent to the output</p>
29+
<p>Level of the input signal sent to the output</p>
2730
</dd>
2831
<dt>Wet Level</dt>
2932
<dd>
30-
<p>Level of the reverb signal sent to the output</p>
33+
<p>Level of the reverb signal sent to the output</p>
3134
</dd>
3235
</dl>
3336
<p>
@@ -54,32 +57,32 @@ <h2>Dials</h2>
5457
<dl>
5558
<dt>Size</dt>
5659
<dd>
57-
<p>
58-
Size of the simulated space in meters.
59-
</p>
60+
<p>
61+
Size of the simulated space in meters.
62+
</p>
6063
</dd>
6164
<dt>Width</dt>
6265
<dd>
63-
<p>
64-
Output stereo width.
65-
</p>
66+
<p>
67+
Output stereo width.
68+
</p>
6669
</dd>
6770
</dl>
6871
<img src="images/dragonfly-early-reflections/frequency-dials.png" />
6972
<dl>
7073
<dt>Low Cut</dt>
7174
<dd>
72-
<p>
73-
A high pass filter applied to the output signal after
74-
processing the reverb algorithm.
75-
</p>
75+
<p>
76+
A high pass filter applied to the output signal after
77+
processing the reverb algorithm.
78+
</p>
7679
</dd>
7780
<dt>High Cut</dt>
7881
<dd>
79-
<p>
80-
A low pass filter applied to the output signal after
81-
processing the reverb algorithm.
82-
</p>
82+
<p>
83+
A low pass filter applied to the output signal after
84+
processing the reverb algorithm.
85+
</p>
8386
</dd>
8487
</dl>
8588
</body>

0 commit comments

Comments
 (0)