-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinductors.html
More file actions
29 lines (29 loc) · 1001 Bytes
/
Copy pathinductors.html
File metadata and controls
29 lines (29 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Inductors — Coiled Memory</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Inductors</h1>
<p>Coiled memory, resisting change.</p>
</header>
<main>
<section>
<p>Inductors store energy in magnetic fields, opposing changes in current like a stubborn echo. Their resistance to change gives rise to time delays, filtering, and resonance.</p>
<ul>
<li>🌀 Magnetic flux and inductance</li>
<li>⏱ RL circuits and exponential decay</li>
<li>🎛 Passive filters and analog tone shaping</li>
<li>🧵 Coils, toroids, and chokes</li>
</ul>
<p>Though less common in synth modules than capacitors, inductors whisper through vintage filters and power rails, shaping the flow with quiet persistence.</p>
</section>
<footer>
<p><a href="index.html">← Back to EasySynth</a></p>
</footer>
</main>
</body>
</html>