Sf2 — Pipe Organ
The Pipe Organ SF2: A Revolutionary Soundfont for Music Production
- MIDI Channel 1 – Great (main manual)
- MIDI Channel 2 – Swell (expressive, enclosed)
- MIDI Channel 3 – Choir/Positive
- MIDI Channel 4 – Pedal
/* Subtle grain overlay */
body::beforecontent:'';position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.03;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
<!-- Header -->
<header class="w-full max-w-6xl mx-auto px-4 pt-6 pb-2 relative z-10">
<div class="flex items-center justify-between flex-wrap gap-3">
<div>
<h1 class="cinzel text-2xl md:text-3xl font-bold tracking-wide" style="color:var(--accent)">
<i class="fa-solid fa-church mr-2 text-xl opacity-70"></i>Pipe Organ
</h1>
<p class="text-xs mt-1 tracking-widest uppercase" style="color:var(--muted)">SF2 Synthesizer</p>
</div>
<div class="flex items-center gap-3">
<div id="midiStatus" class="flex items-center gap-2 text-xs" style="color:var(--muted)">
<span class="w-2 h-2 rounded-full bg-red-500 inline-block" id="midiDot"></span>
<span id="midiLabel">No MIDI</span>
</div>
<div class="file-drop flex items-center gap-2 px-3 py-2" id="sf2Drop" role="button" tabindex="0" aria-label="Load SF2 file">
<i class="fa-solid fa-file-audio text-sm" style="color:var(--accent)"></i>
<span class="text-xs" style="color:var(--muted)" id="sf2Label">Load SF2</span>
<input type="file" accept=".sf2" class="hidden" id="sf2Input">
</div>
</div>
</div>
</header>