222tuesday commited on
Commit
d6fd62c
·
verified ·
1 Parent(s): 7385041

<!DOCTYPE html> <html lang="en" class="scroll-smooth"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Forensic Musicology: A Sonic Deconstruction (1968-1980)</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Inter:wght@400;600;700&display=swap" rel="stylesheet"> <style> /* Custom Styles for Cyberpunk Brutalist Aesthetic */ body { background-color: #0A0A0A; color: #E5E5E5; font-family: 'Inter', sans-serif; } .font-mono { font-family: 'Roboto Mono', monospace; } .font-sans { font-family: 'Inter', sans-serif; } .cyber-glitch { text-shadow: 0.05em 0 0 rgba(0, 255, 255, 0.75), -0.025em -0.05em 0 rgba(255, 0, 0, 0.75), 0.025em 0.05em 0 rgba(0, 255, 0, 0.75); animation: glitch 5s infinite linear alternate-reverse; } .cyber-glow { transition: all 0.3s ease; } .cyber-glow:hover { text-shadow: 0 0 8px rgba(0, 255, 255, 0.6); color: #00FFFF; } .cyber-border { border: 1px solid rgba(229, 231, 235, 0.2); transition: border-color 0.3s ease; } .cyber-border:hover { border-color: rgba(0, 255, 255, 0.5); } .content-section { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; } .content-section.is-visible { opacity: 1; transform: translateY(0); } .signal-path-arrow { font-family: 'Roboto Mono', monospace; color: #00FFFF; } .timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; width: 2px; background-color: rgba(229, 231, 235, 0.2); } .timeline-item { position: relative; } .timeline-dot { position: absolute; left: 50%; top: 20px; transform: translateX(-50%); width: 16px; height: 16px; background-color: #0A0A0A; border: 2px solid #00FFFF; border-radius: 50%; z-index: 10; } .table-header { background-color: rgba(229, 231, 235, 0.05); } @keyframes glitch { 0% { text-shadow: 0.05em 0 0 rgba(0,255,255,0.75), -0.05em -0.025em 0 rgba(255,0,0,0.75), -0.025em 0.05em 0 rgba(0,255,0,0.75); } 14% { text-shadow: 0.05em 0 0 rgba(0,255,255,0.75), -0.05em -0.025em 0 rgba(255,0,0,0.75), -0.025em 0.05em 0 rgba(0,255,0,0.75); } 15% { text-shadow: -0.05em -0.025em 0 rgba(0,255,255,0.75), 0.025em 0.025em 0 rgba(255,0,0,0.75), -0.05em -0.05em 0 rgba(0,255,0,0.75); } 49% { text-shadow: -0.05em -0.025em 0 rgba(0,255,255,0.75), 0.025em 0.025em 0 rgba(255,0,0,0.75), -0.05em -0.05em 0 rgba(0,255,0,0.75); } 50% { text-shadow: 0.025em 0.05em 0 rgba(0,255,255,0.75), 0.05em 0 0 rgba(255,0,0,0.75), 0 -0.05em 0 rgba(0,255,0,0.75); } 99% { text-shadow: 0.025em 0.05em 0 rgba(0,255,255,0.75), 0.05em 0 0 rgba(255,0,0,0.75), 0 -0.05em 0 rgba(0,255,0,0.75); } 100% { text-shadow: -0.025em 0 0 rgba(0,255,255,0.75), -0.025em -0.025em 0 rgba(255,0,0,0.75), -0.025em -0.05em 0 rgba(0,255,0,0.75); } } </style> </head> <body class="antialiased"> <!-- Header --> <header class="p-4 md:p-8 sticky top-0 z-50 bg-[#0A0A0A]/80 backdrop-blur-sm cyber-border border-b"> <div class="container mx-auto flex justify-between items-center"> <h1 class="font-mono text-lg md:text-xl font-bold tracking-widest uppercase cyber-glitch">F.M.A.</h1> <nav class="hidden md:flex space-x-6 font-mono text-sm"> <a href="#alchemists" class="cyber-glow">I. ALCHEMISTS</a> <a href="#cathedral" class="cyber-glow">II. CATHEDRAL</a> <a href="#language" class="cyber-glow">III. LANGUAGE</a> <a href="#anomalies" class="cyber-glow">IV. ANOMALIES</a> </nav> </div> </header> <main class="container mx-auto p-4 md:p-8"> <!-- Hero Section --> <section class="text-center my-16 md:my-24 content-section"> <h2 class="font-mono text-3xl md:text-5xl lg:text-6xl font-bold tracking-tighter uppercase">Sonic Deconstruction</h2> <p class="text-lg md:text-xl text-gray-400 mt-4 max-w-3xl mx-auto">A Forensic Analysis of Audio Engineering & Production // 1968-1980</p> </section> <!-- I. The Alchemists of Tone --> <section id="alchemists" class="my-24 md:my-32 content-section"> <h3 class="font-mono text-2xl md:text-3xl font-bold border-b border-cyan-400/50 pb-2 mb-8">I. The Alchemists of Tone</h3> <p class="text-gray-400 max-w-4xl mb-12">The era's sound was sculpted by instrumentalists who treated technology as an extension of their artistic will. They were sonic architects, pioneering new techniques and modifying their gear to forge the foundational tones of modern rock.</p> <div class="space-y-12"> <h4 class="font-mono text-xl font-semibold tracking-wide">Signal Chain Archaeology</h4> <!-- Tony Iommi --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Tony Iommi // Architect of Heavy</h5> <p class="text-sm text-gray-400 mb-4">Injury-driven innovation: downtuned guitars and light strings required a treble booster to cut through, creating the first true high-gain metal tone.</p> <div class="flex flex-wrap items-center gap-4 text-center"> <div class="cyber-border p-3 rounded-md flex-grow">Gibson SG ('Monkey')</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Dallas Rangemaster Treble Booster</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Laney/Orange Amps</div> </div> </article> <!-- Jimmy Page --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Jimmy Page // The Studio Auteur</h5> <p class="text-sm text-gray-400 mb-4">A master of layering and ambient miking. Famously used a Telecaster into a Supro amp for the 'Stairway' solo and pioneered direct-to-console distortion.</p> <div class="flex flex-wrap items-center gap-4 text-center"> <div class="cyber-border p-3 rounded-md flex-grow">Fender Telecaster / Gibson Les Paul</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Maestro Echoplex EP-2 (Preamp Boost)</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Marshall / Supro Amps</div> </div> </article> <!-- Ritchie Blackmore --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Ritchie Blackmore // Stratocaster Fury</h5> <p class="text-sm text-gray-400 mb-4">Pursued controlled violence with scalloped fretboards and heavily modified Marshall Major heads, using a tape deck as a preamp for searing gain.</p> <div class="flex flex-wrap items-center gap-4 text-center"> <div class="cyber-border p-3 rounded-md flex-grow">Fender Stratocaster (Scalloped)</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Aiwa Tape Deck (Preamp)</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Modified Marshall Major 200W</div> </div> </article> <!-- Robert Fripp --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Robert Fripp // The Avant-Garde Intellectual</h5> <p class="text-sm text-gray-400 mb-4">Pioneered "Frippertronics," a real-time tape-looping system using two Revox tape machines to build complex, evolving soundscapes. The amplifier was a clean platform (Hiwatt) for a sound created entirely by effects and technique.</p> <div class="flex flex-wrap items-center gap-4 text-center"> <div class="cyber-border p-3 rounded-md flex-grow">Gibson Les Paul Custom</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">EHX Big Muff / Fuzz</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Hiwatt DR103 (For Clean Headroom)</div> <div class="signal-path-arrow text-2xl">→</div> <div class="cyber-border p-3 rounded-md flex-grow">Frippertronics Tape Loop System</div> </div> </article> </div> </section> <!-- II. The Cathedral of Sound --> <section id="cathedral" class="my-24 md:my-32 content-section"> <h3 class="font-mono text-2xl md:text-3xl font-bold border-b border-cyan-400/50 pb-2 mb-8">II. The Cathedral of Sound</h3> <p class="text-gray-400 max-w-4xl mb-12">The recording studio evolved from a documentary space into an instrument itself. The philosophies of producers and the unique sonic signatures of iconic hardware defined the sound of classic records.</p> <div class="overflow-x-auto"> <h4 class="font-mono text-xl font-semibold tracking-wide mb-6">Console Forensics: Neve vs. API vs. Trident vs. Helios</h4> <table class="w-full text-left border-collapse cyber-border"> <thead> <tr class="table-header font-mono uppercase text-sm"> <th class="p-4">Console</th> <th class="p-4">Sonic Signature</th> <th class="p-4">Key Technology</th> <th class="p-4">Defining Artists</th> </tr> </thead> <tbody> <tr class="border-t border-gray-200/20"> <td class="p-4 font-bold">Neve 80-Series</td> <td class="p-4">Huge, punchy, warm, "larger-than-life." The definitive British rock sound.</td> <td class="p-4 font-mono text-sm">Class-A, transformer-balanced (1073)</td> <td class="p-4">Pink Floyd, Queen, Nirvana</td> </tr> <tr class="border-t border-gray-200/20"> <td class="p-4 font-bold">API Consoles</td> <td class="p-4">Big, bold, punchy, clear. The definitive American rock sound.</td> <td class="p-4 font-mono text-sm">Discrete 2520 op-amp, Proportional Q EQ</td> <td class="p-4">Aerosmith, Heart, Funk & Soul records</td> </tr> <tr class="border-t border-gray-200/20"> <td class="p-4 font-bold">Trident A-Range</td> <td class="p-4">Smoother, creamier, and highly "musical." Famous for its colorful EQ.</td> <td class="p-4 font-mono text-sm">All-discrete, Inductor-based EQ</td> <td class="p-4">David Bowie, Queen, Elton John</td> </tr> <tr class="border-t border-gray-200/20"> <td class="p-4 font-bold">Helios Type 69</td> <td class="p-4">Open, slightly gritty, with a unique "woody" midrange. Less polished than its peers.</td> <td class="p-4 font-mono text-sm">Lustraphone transformer preamps, 3-band EQ</td> <td class="p-4">Led Zeppelin, The Who, Rolling Stones</td> </tr> </tbody> </table> </div> <div class="mt-16"> <h4 class="font-mono text-xl font-semibold tracking-wide mb-12 text-center">Studio Technology Evolution</h4> <div class="relative timeline max-w-2xl mx-auto"> <div class="timeline-item mb-12"> <div class="timeline-dot"></div> <div class="w-1/2 ml-auto pl-8"><div class="cyber-border p-4 rounded-lg"><h5 class="font-mono font-bold">1968-1970: Foundation</h5><p class="text-sm text-gray-400">8-track recording becomes standard. Transistor consoles and effects pedals emerge.</p></div></div> </div> <div class="timeline-item mb-12"> <div class="timeline-dot"></div> <div class="w-1/2 mr-auto pr-8 text-right"><div class="cyber-border p-4 rounded-lg"><h5 class="font-mono font-bold">1971-1974: Expansion</h5><p class="text-sm text-gray-400">16-track enables complexity. Minimoog makes synths portable. The project studio is born (e.g., Mike Oldfield's *Tubular Bells*).</p></div></div> </div> <div class="timeline-item mb-12"> <div class="timeline-dot"></div> <div class="w-1/2 ml-auto pl-8"><div class="cyber-border p-4 rounded-lg"><h5 class="font-mono font-bold">1975-1978: Sophistication</h5><p class="text-sm text-gray-400">24-track becomes standard. Digital effects (reverb, delay) are introduced. Giorgio Moroder's "I Feel Love" (1977) pioneers the synth-sequenced dance track.</p></div></div> </div> </div> </div> </section> <!-- III. The Language of an Era --> <section id="language" class="my-24 md:my-32 content-section"> <h3 class="font-mono text-2xl md:text-3xl font-bold border-b border-cyan-400/50 pb-2 mb-8">III. The Language of an Era</h3> <p class="text-gray-400 max-w-4xl mb-12">The sonic revolution was mirrored by a compositional one. Rock's musical vocabulary expanded beyond its blues roots to incorporate modal harmony, classical counterpoint, and complex rhythmic structures.</p> <div class="grid md:grid-cols-2 gap-8"> <article class="cyber-border p-6 rounded-lg"> <h4 class="font-mono text-lg font-bold">Mixolydian Mode</h4> <p class="text-sm text-gray-400 mb-4">Major scale with a flat 7th ($b7$). The sound of blues-rock and Southern rock. Bright and powerful with a bluesy edge.</p> <div class="font-mono text-cyan-400 p-4 bg-black/50 rounded-md">I - ii - iii° - IV - v - vi - $b$VII</div> <p class="text-xs mt-2 text-gray-500">Key Progression: I - $b$VII - IV</p> </article> <article class="cyber-border p-6 rounded-lg"> <h4 class="font-mono text-lg font-bold">Dorian Mode</h4> <p class="text-sm text-gray-400 mb-4">Natural minor with a raised 6th. The "cooler," sophisticated minor sound of hard rock and prog.</p> <div class="font-mono text-cyan-400 p-4 bg-black/50 rounded-md">i - ii - $b$III - IV - v - vi° - $b$VII</div> <p class="text-xs mt-2 text-gray-500">Key Progression: i - IV</p> </article> </div> </section> <!-- IV. Declassified Histories & Sonic Anomalies --> <section id="anomalies" class="my-24 md:my-32 content-section"> <h3 class="font-mono text-2xl md:text-3xl font-bold border-b border-cyan-400/50 pb-2 mb-8">IV. Declassified Histories & Sonic Anomalies</h3> <p class="text-gray-400 max-w-4xl mb-12">Beyond the established canon lie stories of radical divergence and iconoclastic production. These figures rejected mainstream techniques, pioneering sounds and philosophies that would prove deeply influential to post-punk, electronic music, and beyond.</p> <div class="space-y-12"> <!-- Conny Plank --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Conny Plank // The Krautrock Anti-Producer</h5> <p class="text-sm text-gray-400 mb-4">A central figure in the German Krautrock scene, Plank's philosophy was a deliberate rejection of Anglo-American production norms. He treated the studio as a compositional tool for creating alien textures, favoring live, ambient drum sounds and radical tape manipulation over polished perfection. His work with Can, Neu!, and early Kraftwerk established a new sonic language free from blues lineage, directly influencing post-punk and electronic music.</p> </article> <!-- Giorgio Moroder --> <article class="cyber-border p-6 rounded-lg"> <h5 class="font-mono text-lg font-bold text-cyan-400">Giorgio Moroder // The Click Track Prophecy</h5> <p class="text-sm text-gray-400 mb-4">With Donna Summer's "I Feel Love" (1977), Moroder created a sound that was pure future shock. By syncing a Moog modular synthesizer's pulsing bassline to a click track—and nothing else—he severed dance music from its R&B and funk roots. It was the first major hit driven entirely by electronic rhythm, creating the foundational blueprint for synth-pop, techno, and all subsequent forms of electronic dance music. It was a sound built on metronomic precision, not human groove.</p> </article> </div> </section> </main> <footer class="text-center p-8 mt-16 border-t border-gray-200/20"> <p class="font-mono text-xs text-gray-500">ARTIFEX Labs // Forensic Musicology Division // Analysis Complete</p> </footer> <script> // JavaScript for scroll-triggered animations const sections = document.querySelectorAll('.content-section'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); } }); }, { threshold: 0.1 // Trigger when 10% of the element is visible }); sections.forEach(section => { observer.observe(section); }); </script> </body> </html> can you amake this cyberpunk brutalist galaaxy style, back and white, bodyfont Jura, boldy header all caps archivo black - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +320 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Cathedral Of Sound
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: cathedral-of-sound
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,320 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en" class="scroll-smooth">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Forensic Musicology: A Sonic Deconstruction (1968-1980)</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="preconnect" href="https://fonts.googleapis.com">
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
+ <link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Jura:wght@300;400;500;600;700&display=swap" rel="stylesheet">
11
+ <style>
12
+ /* Custom Styles for Cyberpunk Brutalist Galactic Aesthetic */
13
+ body {
14
+ background-color: #000000;
15
+ color: #FFFFFF;
16
+ font-family: 'Jura', sans-serif;
17
+ }
18
+ .font-header {
19
+ font-family: 'Archivo Black', sans-serif;
20
+ text-transform: uppercase;
21
+ letter-spacing: 0.1em;
22
+ }
23
+ .galactic-border {
24
+ border: 2px solid rgba(255, 255, 255, 0.15);
25
+ transition: all 0.3s ease;
26
+ }
27
+ .galactic-border:hover {
28
+ border-color: rgba(255, 255, 255, 0.5);
29
+ }
30
+ .galactic-glow {
31
+ transition: all 0.3s ease;
32
+ }
33
+ .galactic-glow:hover {
34
+ text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
35
+ }
36
+ .content-section {
37
+ opacity: 0;
38
+ transform: translateY(20px);
39
+ transition: opacity 0.6s ease-out, transform 0.6s ease-out;
40
+ }
41
+ .content-section.is-visible {
42
+ opacity: 1;
43
+ transform: translateY(0);
44
+ }
45
+ .signal-path-arrow {
46
+ color: #FFFFFF;
47
+ font-weight: bold;
48
+ }
49
+ .timeline::before {
50
+ content: '';
51
+ position: absolute;
52
+ left: 50%;
53
+ transform: translateX(-50%);
54
+ top: 0;
55
+ bottom: 0;
56
+ width: 1px;
57
+ background: linear-gradient(to bottom, transparent, #FFFFFF, transparent);
58
+ }
59
+ .timeline-item {
60
+ position: relative;
61
+ }
62
+ .timeline-dot {
63
+ position: absolute;
64
+ left: 50%;
65
+ top: 20px;
66
+ transform: translateX(-50%);
67
+ width: 16px;
68
+ height: 16px;
69
+ background-color: #000000;
70
+ border: 2px solid #FFFFFF;
71
+ border-radius: 50%;
72
+ z-index: 10;
73
+ }
74
+ .table-header {
75
+ background-color: rgba(255, 255, 255, 0.05);
76
+ }
77
+ .galactic-pattern {
78
+ background-image:
79
+ radial-gradient(circle at 10% 20%, rgba(255,255,255,0.02) 0%, transparent 20%),
80
+ radial-gradient(circle at 90% 80%, rgba(255,255,255,0.02) 0%, transparent 20%);
81
+ }
82
+ .galactic-divider {
83
+ height: 1px;
84
+ background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
85
+ }
86
+ .galactic-highlight {
87
+ position: relative;
88
+ display: inline-block;
89
+ }
90
+ .galactic-highlight::after {
91
+ content: '';
92
+ position: absolute;
93
+ bottom: -2px;
94
+ left: 0;
95
+ width: 100%;
96
+ height: 1px;
97
+ background: linear-gradient(to right, transparent, #FFFFFF, transparent);
98
+ }
99
+ </style>
100
+ </head>
101
+ <body class="antialiased galactic-pattern">
102
+
103
+ <!-- Header -->
104
+ <header class="p-4 md:p-8 sticky top-0 z-50 bg-black/80 backdrop-blur-sm galactic-border border-b">
105
+ <div class="container mx-auto flex justify-between items-center">
106
+ <h1 class="font-header text-lg md:text-xl tracking-widest">F.M.A.</h1>
107
+ <nav class="hidden md:flex space-x-6 font-header text-sm">
108
+ <a href="#alchemists" class="galactic-glow">I. ALCHEMISTS</a>
109
+ <a href="#cathedral" class="galactic-glow">II. CATHEDRAL</a>
110
+ <a href="#language" class="galactic-glow">III. LANGUAGE</a>
111
+ <a href="#anomalies" class="galactic-glow">IV. ANOMALIES</a>
112
+ </nav>
113
+ </div>
114
+ </header>
115
+
116
+ <main class="container mx-auto p-4 md:p-8">
117
+
118
+ <!-- Hero Section -->
119
+ <section class="text-center my-16 md:my-24 content-section">
120
+ <h2 class="font-header text-3xl md:text-5xl lg:text-6xl tracking-tighter">SONIC DECONSTRUCTION</h2>
121
+ <div class="galactic-divider my-6 max-w-2xl mx-auto"></div>
122
+ <p class="text-lg md:text-xl text-gray-300 mt-4 max-w-3xl mx-auto">A Forensic Analysis of Audio Engineering & Production // 1968-1980</p>
123
+ </section>
124
+
125
+ <!-- I. The Alchemists of Tone -->
126
+ <section id="alchemists" class="my-24 md:my-32 content-section">
127
+ <h3 class="font-header text-2xl md:text-3xl pb-2 mb-8 galactic-highlight">I. THE ALCHEMISTS OF TONE</h3>
128
+ <p class="text-gray-300 max-w-4xl mb-12">The era's sound was sculpted by instrumentalists who treated technology as an extension of their artistic will. They were sonic architects, pioneering new techniques and modifying their gear to forge the foundational tones of modern rock.</p>
129
+
130
+ <div class="space-y-12">
131
+ <h4 class="font-header text-xl tracking-wide">SIGNAL CHAIN ARCHAEOLOGY</h4>
132
+ <!-- Tony Iommi -->
133
+ <article class="galactic-border p-6 rounded-none">
134
+ <h5 class="font-header text-lg text-white">TONY IOMMI // ARCHITECT OF HEAVY</h5>
135
+ <p class="text-sm text-gray-300 mb-4">Injury-driven innovation: downtuned guitars and light strings required a treble booster to cut through, creating the first true high-gain metal tone.</p>
136
+ <div class="flex flex-wrap items-center gap-4 text-center">
137
+ <div class="galactic-border p-3 rounded-none flex-grow">GIBSON SG ('MONKEY')</div>
138
+ <div class="signal-path-arrow text-2xl">→</div>
139
+ <div class="galactic-border p-3 rounded-none flex-grow">DALLAS RANGEMASTER TREBLE BOOSTER</div>
140
+ <div class="signal-path-arrow text-2xl">→</div>
141
+ <div class="galactic-border p-3 rounded-none flex-grow">LANEY/ORANGE AMPS</div>
142
+ </div>
143
+ </article>
144
+ <!-- Jimmy Page -->
145
+ <article class="galactic-border p-6 rounded-none">
146
+ <h5 class="font-header text-lg text-white">JIMMY PAGE // THE STUDIO AUTEUR</h5>
147
+ <p class="text-sm text-gray-300 mb-4">A master of layering and ambient miking. Famously used a Telecaster into a Supro amp for the 'Stairway' solo and pioneered direct-to-console distortion.</p>
148
+ <div class="flex flex-wrap items-center gap-4 text-center">
149
+ <div class="galactic-border p-3 rounded-none flex-grow">FENDER TELECASTER / GIBSON LES PAUL</div>
150
+ <div class="signal-path-arrow text-2xl">→</div>
151
+ <div class="galactic-border p-3 rounded-none flex-grow">MAESTRO ECHOPLEX EP-2 (PREAMP BOOST)</div>
152
+ <div class="signal-path-arrow text-2xl">→</div>
153
+ <div class="galactic-border p-3 rounded-none flex-grow">MARSHALL / SUPRO AMPS</div>
154
+ </div>
155
+ </article>
156
+ <!-- Ritchie Blackmore -->
157
+ <article class="galactic-border p-6 rounded-none">
158
+ <h5 class="font-header text-lg text-white">RITCHIE BLACKMORE // STRATOCASTER FURY</h5>
159
+ <p class="text-sm text-gray-300 mb-4">Pursued controlled violence with scalloped fretboards and heavily modified Marshall Major heads, using a tape deck as a preamp for searing gain.</p>
160
+ <div class="flex flex-wrap items-center gap-4 text-center">
161
+ <div class="galactic-border p-3 rounded-none flex-grow">FENDER STRATOCASTER (SCALLOPED)</div>
162
+ <div class="signal-path-arrow text-2xl">→</div>
163
+ <div class="galactic-border p-3 rounded-none flex-grow">AIWA TAPE DECK (PREAMP)</div>
164
+ <div class="signal-path-arrow text-2xl">→</div>
165
+ <div class="galactic-border p-3 rounded-none flex-grow">MODIFIED MARSHALL MAJOR 200W</div>
166
+ </div>
167
+ </article>
168
+ <!-- Robert Fripp -->
169
+ <article class="galactic-border p-6 rounded-none">
170
+ <h5 class="font-header text-lg text-white">ROBERT FRIPP // THE AVANT-GARDE INTELLECTUAL</h5>
171
+ <p class="text-sm text-gray-300 mb-4">Pioneered "Frippertronics," a real-time tape-looping system using two Revox tape machines to build complex, evolving soundscapes. The amplifier was a clean platform (Hiwatt) for a sound created entirely by effects and technique.</p>
172
+ <div class="flex flex-wrap items-center gap-4 text-center">
173
+ <div class="galactic-border p-3 rounded-none flex-grow">GIBSON LES PAUL CUSTOM</div>
174
+ <div class="signal-path-arrow text-2xl">→</div>
175
+ <div class="galactic-border p-3 rounded-none flex-grow">EHX BIG MUFF / FUZZ</div>
176
+ <div class="signal-path-arrow text-2xl">→</div>
177
+ <div class="galactic-border p-3 rounded-none flex-grow">HIWATT DR103 (FOR CLEAN HEADROOM)</div>
178
+ <div class="signal-path-arrow text-2xl">→</div>
179
+ <div class="galactic-border p-3 rounded-none flex-grow">FRIPPTRONICS TAPE LOOP SYSTEM</div>
180
+ </div>
181
+ </article>
182
+ </div>
183
+ </section>
184
+
185
+ <!-- II. The Cathedral of Sound -->
186
+ <section id="cathedral" class="my-24 md:my-32 content-section">
187
+ <h3 class="font-header text-2xl md:text-3xl pb-2 mb-8 galactic-highlight">II. THE CATHEDRAL OF SOUND</h3>
188
+ <p class="text-gray-300 max-w-4xl mb-12">The recording studio evolved from a documentary space into an instrument itself. The philosophies of producers and the unique sonic signatures of iconic hardware defined the sound of classic records.</p>
189
+
190
+ <div class="overflow-x-auto">
191
+ <h4 class="font-header text-xl tracking-wide mb-6">CONSOLE FORENSICS: NEVE VS. API VS. TRIDENT VS. HELIOS</h4>
192
+ <table class="w-full text-left border-collapse galactic-border">
193
+ <thead>
194
+ <tr class="table-header font-header uppercase text-sm">
195
+ <th class="p-4">CONSOLE</th>
196
+ <th class="p-4">SONIC SIGNATURE</th>
197
+ <th class="p-4">KEY TECHNOLOGY</th>
198
+ <th class="p-4">DEFINING ARTISTS</th>
199
+ </tr>
200
+ </thead>
201
+ <tbody>
202
+ <tr class="border-t border-gray-200/10">
203
+ <td class="p-4 font-bold">NEVE 80-SERIES</td>
204
+ <td class="p-4">Huge, punchy, warm, "larger-than-life." The definitive British rock sound.</td>
205
+ <td class="p-4 text-sm">Class-A, transformer-balanced (1073)</td>
206
+ <td class="p-4">Pink Floyd, Queen, Nirvana</td>
207
+ </tr>
208
+ <tr class="border-t border-gray-200/10">
209
+ <td class="p-4 font-bold">API CONSOLES</td>
210
+ <td class="p-4">Big, bold, punchy, clear. The definitive American rock sound.</td>
211
+ <td class="p-4 text-sm">Discrete 2520 op-amp, Proportional Q EQ</td>
212
+ <td class="p-4">Aerosmith, Heart, Funk & Soul records</td>
213
+ </tr>
214
+ <tr class="border-t border-gray-200/10">
215
+ <td class="p-4 font-bold">TRIDENT A-RANGE</td>
216
+ <td class="p-4">Smoother, creamier, and highly "musical." Famous for its colorful EQ.</td>
217
+ <td class="p-4 text-sm">All-discrete, Inductor-based EQ</td>
218
+ <td class="p-4">David Bowie, Queen, Elton John</td>
219
+ </tr>
220
+ <tr class="border-t border-gray-200/10">
221
+ <td class="p-4 font-bold">HELIOS TYPE 69</td>
222
+ <td class="p-4">Open, slightly gritty, with a unique "woody" midrange. Less polished than its peers.</td>
223
+ <td class="p-4 text-sm">Lustraphone transformer preamps, 3-band EQ</td>
224
+ <td class="p-4">Led Zeppelin, The Who, Rolling Stones</td>
225
+ </tr>
226
+ </tbody>
227
+ </table>
228
+ </div>
229
+
230
+ <div class="mt-16">
231
+ <h4 class="font-header text-xl tracking-wide mb-12 text-center">STUDIO TECHNOLOGY EVOLUTION</h4>
232
+ <div class="relative timeline max-w-2xl mx-auto">
233
+ <div class="timeline-item mb-12">
234
+ <div class="timeline-dot"></div>
235
+ <div class="w-1/2 ml-auto pl-8"><div class="galactic-border p-4 rounded-none"><h5 class="font-header">1968-1970: FOUNDATION</h5><p class="text-sm text-gray-300">8-track recording becomes standard. Transistor consoles and effects pedals emerge.</p></div></div>
236
+ </div>
237
+ <div class="timeline-item mb-12">
238
+ <div class="timeline-dot"></div>
239
+ <div class="w-1/2 mr-auto pr-8 text-right"><div class="galactic-border p-4 rounded-none"><h5 class="font-header">1971-1974: EXPANSION</h5><p class="text-sm text-gray-300">16-track enables complexity. Minimoog makes synths portable. The project studio is born (e.g., Mike Oldfield's *Tubular Bells*).</p></div></div>
240
+ </div>
241
+ <div class="timeline-item mb-12">
242
+ <div class="timeline-dot"></div>
243
+ <div class="w-1/2 ml-auto pl-8"><div class="galactic-border p-4 rounded-none"><h5 class="font-header">1975-1978: SOPHISTICATION</h5><p class="text-sm text-gray-300">24-track becomes standard. Digital effects (reverb, delay) are introduced. Giorgio Moroder's "I Feel Love" (1977) pioneers the synth-sequenced dance track.</p></div></div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </section>
248
+
249
+ <!-- III. The Language of an Era -->
250
+ <section id="language" class="my-24 md:my-32 content-section">
251
+ <h3 class="font-header text-2xl md:text-3xl pb-2 mb-8 galactic-highlight">III. THE LANGUAGE OF AN ERA</h3>
252
+
253
+ <p class="text-gray-300 max-w-4xl mb-12">The sonic revolution was mirrored by a compositional one. Rock's musical vocabulary expanded beyond its blues roots to incorporate modal harmony, classical counterpoint, and complex rhythmic structures.</p>
254
+
255
+ <div class="grid md:grid-cols-2 gap-8">
256
+ <article class="galactic-border p-6 rounded-none">
257
+ <h4 class="font-header text-lg">MIXOLYDIAN MODE</h4>
258
+ <p class="text-sm text-gray-300 mb-4">Major scale with a flat 7th ($b7$). The sound of blues-rock and Southern rock. Bright and powerful with a bluesy edge.</p>
259
+ <div class="p-4 bg-black/50 rounded-none border border-white/10">
260
+ <span class="font-mono">I - ii - iii° - IV - v - vi - $b$VII</span>
261
+ </div>
262
+ <p class="text-xs mt-2 text-gray-400">Key Progression: I - $b$VII - IV</p>
263
+ </article>
264
+ <article class="galactic-border p-6 rounded-none">
265
+ <h4 class="font-header text-lg">DORIAN MODE</h4>
266
+ <p class="text-sm text-gray-300 mb-4">Natural minor with a raised 6th. The "cooler," sophisticated minor sound of hard rock and prog.</p>
267
+ <div class="p-4 bg-black/50 rounded-none border border-white/10">
268
+ <span class="font-mono">i - ii - $b$III - IV - v - vi° - $b$VII</span>
269
+ </div>
270
+ <p class="text-xs mt-2 text-gray-400">Key Progression: i - IV</p>
271
+ </article>
272
+ </div>
273
+ </section>
274
+
275
+ <!-- IV. Declassified Histories & Sonic Anomalies -->
276
+ <section id="anomalies" class="my-24 md:my-32 content-section">
277
+ <h3 class="font-header text-2xl md:text-3xl pb-2 mb-8 galactic-highlight">IV. DECLASSIFIED HISTORIES & SONIC ANOMALIES</h3>
278
+ <p class="text-gray-300 max-w-4xl mb-12">Beyond the established canon lie stories of radical divergence and iconoclastic production. These figures rejected mainstream techniques, pioneering sounds and philosophies that would prove deeply influential to post-punk, electronic music, and beyond.</p>
279
+
280
+ <div class="space-y-12">
281
+ <!-- Conny Plank -->
282
+ <article class="galactic-border p-6 rounded-none">
283
+ <h5 class="font-header text-lg text-white">CONNY PLANK // THE KRAUTROCK ANTI-PRODUCER</h5>
284
+ <p class="text-sm text-gray-300 mb-4">A central figure in the German Krautrock scene, Plank's philosophy was a deliberate rejection of Anglo-American production norms. He treated the studio as a compositional tool for creating alien textures, favoring live, ambient drum sounds and radical tape manipulation over polished perfection. His work with Can, Neu!, and early Kraftwerk established a new sonic language free from blues lineage, directly influencing post-punk and electronic music.</p>
285
+ </article>
286
+ <!-- Giorgio Moroder -->
287
+ <article class="galactic-border p-6 rounded-none">
288
+ <h5 class="font-header text-lg text-white">GIORGIO MORODER // THE CLICK TRACK PROPHECY</h5>
289
+ <p class="text-sm text-gray-300 mb-4">With Donna Summer's "I Feel Love" (1977), Moroder created a sound that was pure future shock. By syncing a Moog modular synthesizer's pulsing bassline to a click track—and nothing else—he severed dance music from its R&B and funk roots. It was the first major hit driven entirely by electronic rhythm, creating the foundational blueprint for synth-pop, techno, and all subsequent forms of electronic dance music. It was a sound built on metronomic precision, not human groove.</p>
290
+ </article>
291
+ </div>
292
+ </section>
293
+
294
+ </main>
295
+
296
+ <footer class="text-center p-8 mt-16 border-t border-gray-200/10">
297
+ <p class="text-xs text-gray-400">ARTIFEX LABS // FORENSIC MUSICOLOGY DIVISION // ANALYSIS COMPLETE</p>
298
+ </footer>
299
+
300
+ <script>
301
+ // JavaScript for scroll-triggered animations
302
+ const sections = document.querySelectorAll('.content-section');
303
+
304
+ const observer = new IntersectionObserver(entries => {
305
+ entries.forEach(entry => {
306
+ if (entry.isIntersecting) {
307
+ entry.target.classList.add('is-visible');
308
+ }
309
+ });
310
+ }, {
311
+ threshold: 0.1 // Trigger when 10% of the element is visible
312
+ });
313
+
314
+ sections.forEach(section => {
315
+ observer.observe(section);
316
+ });
317
+ </script>
318
+
319
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=222tuesday/cathedral-of-sound" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
320
+ </html>