-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresistors.html
More file actions
62 lines (59 loc) · 2.01 KB
/
Copy pathresistors.html
File metadata and controls
62 lines (59 loc) · 2.01 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resistors | easysynth</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>🧱 Resistors (OLD VERSION)</h1>
<p class="subtitle">Shaping flow through friction and form</p>
</header>
<main>
<section>
<p>Resistors are the quiet sculptors of electricity. They don’t switch, amplify, or oscillate — they simply resist. In synthesis, they shape voltage, define current, and set the boundaries within which sound can emerge.</p>
</section>
<section>
<h2 data-icon="🔍">What Is a Resistor?</h2>
<p>A resistor limits the flow of electrical current. It’s defined by its resistance value, measured in ohms (Ω), and obeys Ohm’s Law: <code>V = IR</code>.</p>
<table>
<thead>
<tr>
<th>Type</th>
<th>Description</th>
<th>Synth Use</th>
</tr>
</thead>
<tbody>
<tr>
<td>Carbon Film</td>
<td>Common, inexpensive, moderate tolerance</td>
<td>General signal shaping</td>
</tr>
<tr>
<td>Metal Film</td>
<td>High precision, low noise</td>
<td>Critical audio paths</td>
</tr>
<tr>
<td>Wirewound</td>
<td>High power handling</td>
<td>Power regulation, protection</td>
</tr>
<tr>
<td>Variable (Potentiometer)</td>
<td>Adjustable resistance</td>
<td>Knobs, sliders, control voltage shaping</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2 data-icon="🎛️">Resistors in Modular Synthesis</h2>
<ul>
<li><strong>Voltage Dividers</strong>
<footer>
<p>© 2025 <a href="https://easysynth.co.uk">easysynth.co.uk</a> · <a href="index.html">Return to homepage</a></p>
</footer>