-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiodes.html
More file actions
29 lines (29 loc) · 980 Bytes
/
diodes.html
File metadata and controls
29 lines (29 loc) · 980 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>Diodes — One-Way Gates</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Diodes</h1>
<p>One-way gates, shaping flow and fate.</p>
</header>
<main>
<section>
<p>Diodes allow current to pass in one direction, enforcing asymmetry — the simplest form of decision. They clip, rectify, and protect with quiet certainty.</p>
<ul>
<li>➡ Forward vs reverse bias</li>
<li>⚡ Rectification and voltage clamping</li>
<li>🧲 Zener, Schottky, and LED variants</li>
<li>🎛 Wavefolding, envelope shaping, signal protection</li>
</ul>
<p>In modular synthesis, diodes shape distortion, protect inputs, and define the edges of sound — small components with sharp consequences.</p>
</section>
<footer>
<p><a href="index.html">← Back to EasySynth</a></p>
</footer>
</main>
</body>
</html>