-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransistors.html
More file actions
29 lines (29 loc) · 1 KB
/
transistors.html
File metadata and controls
29 lines (29 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Transistors — Switches That Think</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Transistors</h1>
<p>Switches that think, amplifiers that whisper.</p>
</header>
<main>
<section>
<p>Transistors are the hinge between silence and signal — switching, amplifying, shaping logic and tone. They form the foundation of modern electronics and modular control.</p>
<ul>
<li>🔁 NPN, PNP, MOSFET, BJT</li>
<li>🔊 Amplification and gain control</li>
<li>🧠 Logic gates and sequencer triggers</li>
<li>🎚 VCAs, envelope followers, and signal routing</li>
</ul>
<p>In synthesis, transistors are the silent operators behind voltage-controlled amplifiers and envelope shaping — the invisible hands that sculpt sound.</p>
</section>
<footer>
<p><a href="index.html">← Back to EasySynth</a></p>
</footer>
</main>
</body>
</html>