-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectricity.html
More file actions
92 lines (86 loc) · 3.35 KB
/
Copy pathelectricity.html
File metadata and controls
92 lines (86 loc) · 3.35 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>What Is Electricity | easysynth</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>⚡ What Is Electricity</h1>
<p class="subtitle">The invisible medium behind every sonic gesture</p>
</header>
<main>
<section>
<p>Electricity is the movement of charge — a restless flow of electrons seeking balance. It’s not just power; it’s potential. From the hum of a modular synth to the flicker of a filament, electricity animates the inert, connects the isolated, and transforms silence into signal.</p>
</section>
<section>
<h2 data-icon="🧠">At Its Core</h2>
<ul>
<li><strong>Atoms</strong> are made of protons (+), neutrons (neutral), and electrons (−).</li>
<li><strong>Electrons</strong> can move between atoms, especially in conductive materials like copper.</li>
<li>This movement — a flow of charge — is what we call <strong>electric current</strong>.</li>
</ul>
<p>There are two main types:</p>
<ul>
<li><strong>Direct Current (DC)</strong>: Electrons flow in one direction. Used in batteries, synth modules, and most low-voltage electronics.</li>
<li><strong>Alternating Current (AC)</strong>: Electrons oscillate back and forth. Used in mains power and audio signals.</li>
</ul>
</section>
<section>
<h2 data-icon="🔌">Voltage, Current, Resistance</h2>
<table>
<thead>
<tr>
<th>Concept</th>
<th>What It Means</th>
<th>Analogy</th>
</tr>
</thead>
<tbody>
<tr>
<td>Voltage (V)</td>
<td>Electrical pressure or potential</td>
<td>Like water pressure in a pipe</td>
</tr>
<tr>
<td>Current (I)</td>
<td>Flow rate of electrons</td>
<td>How much water flows</td>
</tr>
<tr>
<td>Resistance (R)</td>
<td>Opposition to flow</td>
<td>A narrow pipe slows the water</td>
</tr>
</tbody>
</table>
<p><em>Ohm’s Law:</em> <strong>V = I × R</strong></p>
</section>
<section>
<h2>🎛️ Electricity in Synthesis</h2>
<p>In modular synthesis, electricity becomes expressive:</p>
<ul>
<li><strong>Control voltages (CV)</strong> shape pitch, filter cutoff, and modulation.</li>
<li><strong>Gate and trigger signals</strong> define rhythm and timing.</li>
<li><strong>Power rails</strong> distribute energy across modules, each drawing what it needs.</li>
</ul>
<p>Electricity here isn’t just functional — it’s compositional.</p>
</section>
<section>
<h2>🌍 Why It Matters</h2>
<p>Understanding electricity isn’t just for engineers. It’s for anyone who wants to:</p>
<ul>
<li>Build, repair, or modify gear</li>
<li>Troubleshoot signal paths</li>
<li>Design circuits that behave with intention</li>
</ul>
<p>Electricity is the medium. Your ideas are the message.</p>
</section>
</main>
<footer>
<p>© 2025 easysynth.co.uk · <a href="index.html">Return to homepage</a></p>
</footer>
</body>
</html>