-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
377 lines (360 loc) · 22.3 KB
/
index.html
File metadata and controls
377 lines (360 loc) · 22.3 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>plugdata — A visual programming environment for audio</title>
<meta name="description" content="plugdata is a free, open-source visual audio programming environment. A modern fork of Pure Data with VST3, AU, CLAP & LV2 plugin export, ELSE & Cyclone libraries, and Daisy hardware support." />
<meta name="author" content="plugdata" />
<link rel="icon" href="assets/plugdata-logo.png" type="image/png" />
<meta property="og:title" content="plugdata — A visual programming environment for audio" />
<meta property="og:description" content="Free, open-source visual audio patching. A modern fork of Pure Data with VST3, AU, CLAP & LV2 plugin export." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<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=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<div class="bar">
<a href="index.html" class="brand">
<img src="assets/plugdata-logo.png" alt="" />
<span>plugdata</span>
</a>
<nav class="nav" aria-label="Primary">
<a href="index.html" data-nav-link>Home</a>
<a href="about.html" data-nav-link>About</a>
<a href="download.html" data-nav-link>Download</a>
<a href="documentation.html" data-nav-link>Documentation</a>
<a href="support.html" data-nav-link>Support</a>
<a href="store.html" data-nav-link>Store</a>
</nav>
<div class="icon-links">
<a class="icon-btn" href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer" aria-label="GitHub">
<svg width="16" height="16" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
</svg>
</a>
<a class="icon-btn" href="https://discord.gg/eT2RxdF9Nq" target="_blank" rel="noreferrer" aria-label="Discord">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M19.27 5.33A18 18 0 0 0 14.9 4l-.2.42a16.6 16.6 0 0 0-4.9 0L9.6 4a18 18 0 0 0-4.37 1.33C2.5 9.32 1.76 13.2 2.13 17a18.5 18.5 0 0 0 5.6 2.83l.45-.62a13 13 0 0 1-2.13-1.03l.52-.41a13 13 0 0 0 11.16 0l.52.41c-.66.4-1.38.74-2.13 1.03l.45.62A18.5 18.5 0 0 0 21.87 17c.46-4.55-.74-8.4-2.6-11.67zM9.34 14.6a1.78 1.78 0 0 1-1.66-1.86 1.7 1.7 0 1 1 3.32 0c0 1.03-.74 1.86-1.66 1.86zm5.32 0a1.78 1.78 0 0 1-1.66-1.86 1.7 1.7 0 1 1 3.32 0c0 1.03-.74 1.86-1.66 1.86z"/></svg>
</a>
</div>
<button class="icon-btn menu-toggle" data-menu-toggle aria-label="Menu">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M4 7h16M4 12h16M4 17h16"/></svg>
</button>
</div>
<nav class="mobile-nav" data-mobile-nav aria-label="Mobile">
<a href="index.html" data-nav-link>Home</a>
<a href="about.html" data-nav-link>About</a>
<a href="download.html" data-nav-link>Download</a>
<a href="documentation.html" data-nav-link>Documentation</a>
<a href="support.html" data-nav-link>Support</a>
<a href="store.html" data-nav-link>Store</a>
<div class="row">
<a class="btn btn-outline sm" href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer">GitHub</a>
<a class="btn btn-outline sm" href="https://discord.gg/eT2RxdF9Nq" target="_blank" rel="noreferrer">Discord</a>
</div>
</nav>
</div>
</header>
<main>
<!-- ===== Hero ===== -->
<section class="hero">
<div class="dot-grid-fade"></div>
<div class="container">
<div class="inner">
<div class="logo"><img src="assets/plugdata-logo.png" alt="plugdata" width="92" height="92" /></div>
<h1 class="text-balance">A visual programming environment for audio.</h1>
<p class="sub">plugdata is a free, open-source patching environment based on Pure Data. Reimagined with a modern interface, DAW plugin version, code export and a curated set of objects.</p>
<div class="ctas">
<a class="btn btn-primary lg" href="download.html" data-os-cta>
<span>Download for <span data-os-label>your platform</span></span>
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
<a class="btn btn-outline lg" href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer">
<svg class="icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2a10 10 0 0 0-3.16 19.49c.5.09.68-.22.68-.48v-1.7c-2.78.6-3.37-1.34-3.37-1.34-.45-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.89 1.53 2.34 1.09 2.91.84.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.94 0-1.09.39-1.98 1.03-2.68-.1-.25-.45-1.27.1-2.65 0 0 .84-.27 2.75 1.02a9.5 9.5 0 0 1 5 0c1.91-1.29 2.75-1.02 2.75-1.02.55 1.38.2 2.4.1 2.65.64.7 1.03 1.59 1.03 2.68 0 3.84-2.34 4.69-4.57 4.93.36.31.68.91.68 1.84v2.72c0 .27.18.58.69.48A10 10 0 0 0 12 2z"/></svg>
View on GitHub
</a>
</div>
<p class="fine">Free & open source · GPL-3.0 · No account required</p>
<div class="badges">
<span class="badge">macOS</span>
<span class="badge">Windows</span>
<span class="badge">Linux</span>
<span class="badge">iOS</span>
<span class="badge">BSD</span>
<span class="sep">·</span>
<span class="badge">Standalone</span>
<span class="badge">VST3</span>
<span class="badge">AU</span>
<span class="badge">CLAP</span>
<span class="badge">LV2</span>
</div>
</div>
</div>
<div class="section__showcase">
<img class="bg" src="./assets/app.png" alt="plugdata app">
<div class="gif-container">
<img src="./assets/oscope.gif" alt="GIF Overlay">
</div>
</div>
</section>
<!-- ===== What is visual patching ===== -->
<section class="section">
<div class="container">
<div class="split">
<div>
<p class="eyebrow" style="margin-bottom: 0.75rem;">What is patching?</p>
<h2 style="font-size: clamp(1.875rem, 2vw + 1rem, 2.25rem);">Build with blocks, not code.</h2>
</div>
<div style="display: flex; flex-direction: column; gap: 1.25rem; color: hsl(var(--muted-foreground)); line-height: 1.7;">
<p>plugdata lets you create and manipulate audio systems using visual elements rather than writing code. Think of it as building with virtual blocks: drop them onto a canvas, connect them with cables, and hear the result instantly.</p>
<p>It's a friendly, intuitive way to experiment with sound and programming, whether you're designing a synth, prototyping an effect, or teaching the fundamentals of digital audio.</p>
</div>
</div>
</div>
</section>
<!-- ===== Object wall ===== -->
<section class="section">
<div class="container">
<div class="section-head">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Many, many objects</p>
<h2>Batteries included: ELSE, Cyclone and Gem in the box.</h2>
<p>plugdata ships with the ELSE library for high-level abstractions on top of Pure Data, and the Cyclone library so Max users feel right at home.</p>
</div>
<div class="object-wall">
<div class="inner dot-grid">
<div class="wrap" id="object-wall"></div>
</div>
<div class="fade-top"></div>
<div class="fade-bottom"></div>
</div>
<div style="margin-top: 1.5rem; display: flex; gap: 0.75rem; font-size: 0.875rem; flex-wrap: wrap;">
<a class="btn btn-outline" href="https://github.com/porres/pd-else/">About ELSE
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
<a class="btn btn-outline" href="https://github.com/porres/pd-cyclone/">About Cyclone
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
</div>
</section>
<!-- ===== Run anywhere ===== -->
<section class="section" style="background: hsl(var(--secondary) / 0.4);">
<div class="container">
<div class="section-head">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Run your patches anywhere</p>
<h2>Standalone app, plugin in your DAW, or embedded hardware.</h2>
<p>With Heavy/hvcc integration, full plugin support, and cross-platform builds, your patches are going places.</p>
</div>
<div class="tile-grid cols-4">
<div class="tile">
<p class="mono" style="font-size: 0.75rem; color: hsl(var(--muted-foreground));">target / standalone</p>
<h3>A native desktop app</h3>
<p>Open plugdata, create a patch, and run it as a regular desktop application on macOS, Windows, Linux.</p>
</div>
<div class="tile">
<p class="mono" style="font-size: 0.75rem; color: hsl(var(--muted-foreground));">target / mobile</p>
<h3>An iOS app</h3>
<p>plugdata is available as a native iOS app for iPad or iPhone, directly in the App Store</p>
</div>
<div class="tile">
<p class="mono" style="font-size: 0.75rem; color: hsl(var(--muted-foreground));">target / plugin</p>
<h3>Drop it into your DAW</h3>
<p>Load the same patch as a VST3, AU, CLAP or LV2 plugin. Mix it with other plugins and automate it with MIDI like any other instrument.</p>
</div>
<div class="tile">
<p class="mono" style="font-size: 0.75rem; color: hsl(var(--muted-foreground));">target / hardware</p>
<h3>Compile to embedded</h3>
<p>Use the built-in Heavy/hvcc toolchain to export C/C++ code, flash it to an Electro-Smith Daisy, or export real audio plugins.</p>
</div>
</div>
<div style="margin-top: 2rem;">
<a class="btn btn-outline" href="documentation.html">Read the documentation
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
<a class="btn btn-outline" href="https://wasted-audio.github.io/hvcc">About the Heavy compiler
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
</div>
</div>
</section>
<!-- Featured carousel (revealed by JS when highlights exist) -->
<section class="section" data-carousel-section hidden>
<div class="container">
<div class="section-head">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Made with plugdata</p>
<h2>Community-made patches</h2>
</div>
<div class="carousel" data-carousel>
<div class="carousel-viewport">
<div class="carousel-track" data-carousel-track></div>
</div>
<button type="button" class="carousel-btn prev" data-carousel-prev aria-label="Previous slide">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg>
</button>
<button type="button" class="carousel-btn next" data-carousel-next aria-label="Next slide">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>
</button>
<div class="carousel-dots" data-carousel-dots></div>
</div>
<div style="margin-top: 1.5rem; display: flex; gap: 0.75rem; font-size: 0.875rem; flex-wrap: wrap;">
<a class="btn btn-outline" href="store.html">Find more in the store
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
</a>
</div>
</div>
</section>
<!-- ===== Education / Artists ===== -->
<section class="section">
<div class="container">
<div class="section-head">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Who it's for</p>
<h2>A tool for classrooms and stages alike.</h2>
</div>
<div class="tile-grid cols-2">
<div class="tile">
<div class="icon-box"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M2 7l10-4 10 4-10 4-10-4zM6 9v6c0 1.66 2.69 3 6 3s6-1.34 6-3V9"/></svg></div>
<h3 style="font-size: 1.25rem;">plugdata for education</h3>
<p>From high schools to universities, plugdata has found its place in classrooms and workshops, providing a simple yet powerful environment to learn the fundamentals of programming and explore the depths of audio creation.</p>
</div>
<div class="tile">
<div class="icon-box accent"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M9 18V5l12-2v13M9 18a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM21 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/></svg></div>
<h3 style="font-size: 1.25rem;">plugdata for artists</h3>
<p>For artists pushing the boundaries of sonic expression, plugdata offers limitless possibilities. Craft unique soundscapes, experiment with synthesis, or weave it into your live effects chain. Bring your artistic vision to life.</p>
</div>
</div>
</div>
</section>
<!-- ===== Vanilla compatible ===== -->
<section class="section">
<div class="container">
<div class="split">
<div>
<p class="eyebrow" style="margin-bottom: 0.75rem;">Vanilla compatible</p>
<h2>Built directly on pd-vanilla.</h2>
<p style="margin-top: 1.25rem; color: hsl(var(--muted-foreground)); line-height: 1.7; max-width: 32rem;">plugdata is based directly on pd-vanilla, with minimal modifications to the original source. Your Pure Data patches open in plugdata, and your plugdata patches open in Pure Data, and your skills carry over either way.</p>
<ul class="check-list">
<li><svg class="check" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L20 6"/></svg> Reads and writes the standard .pd patch format</li>
<li><svg class="check" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L20 6"/></svg> Same runtime behaviour as upstream Pure Data</li>
<li><svg class="check" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L20 6"/></svg> Everything you learn here transfers to vanilla Pd</li>
<li><svg class="check" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L20 6"/></svg> All plugdata's objects objects are available in vanilla Pd through the ELSE, Cyclone and Gem externals</li>
</ul>
</div>
<div class="code-block">
<p class="label">my-patch.pd</p>
<pre>#N canvas 0 0 450 300 12;
#X obj 90 80 osc~ 440;
#X obj 90 130 *~ 0.5;
#X obj 90 180 dac~;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 0 2 1;</pre>
<p class="caption">The same file opens in plugdata and in Pure Data.</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-head">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Principles</p>
<h2>What we care about.</h2>
</div>
<div class="tile-grid cols-3">
<div class="tile"><h3>Free and open</h3><p>Released under the GPL-3.0. No accounts, no telemetry, no lock-in.</p></div>
<div class="tile"><h3>Welcoming to everyone </h3><p>Learn using built-in documentation and tooltips. Better accesibility through theming options and clear visual feedback. Protect your ears with the safety limiter. A welcoming community. </p></div>
<div class="tile"><h3>Compatible</h3><p> Everything you learn about plugdata or pure-data transfers over. </p></div>
</div>
</div>
</section>
<!-- ===== Community ===== -->
<section class="section">
<div class="container">
<div class="section-head center">
<p class="eyebrow" style="margin-bottom: 0.75rem;">Community</p>
<h2>Built in the open. By patchers, for patchers.</h2>
</div>
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem;">
<a class="btn btn-outline" href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer">★ Star on GitHub</a>
<a class="btn btn-outline" href="https://discord.gg/eT2RxdF9Nq" target="_blank" rel="noreferrer">Join Discord</a>
</div>
</div>
</section>
</main>
<!-- ===== Footer ===== -->
<footer class="site-footer">
<div class="container">
<div class="top">
<div>
<a href="index.html" class="brand"><img src="assets/plugdata-logo.png" alt="" width="28" height="28" /><span>plugdata</span></a>
<p class="blurb">A free, open-source visual programming environment for audio.</p>
</div>
<div>
<h4>Project</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="reference.html">Reference</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</div>
<div>
<h4>Get plugdata</h4>
<ul>
<li><a href="download.html">Download</a></li>
<li><a href="store.html">Store</a></li>
<li><a href="https://github.com/plugdata-team/plugdata/releases" target="_blank" rel="noreferrer">Releases</a></li>
</ul>
</div>
<div>
<h4>Community</h4>
<ul>
<li><a href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer">GitHub</a></li>
<li><a href="https://discord.gg/eT2RxdF9Nq" target="_blank" rel="noreferrer">Discord</a></li>
<li><a href="https://github.com/sponsors/timothyschoen" target="_blank" rel="noreferrer">Sponsor</a></li>
</ul>
</div>
</div>
<div class="bottom">
<p class="copy">© <span data-year>2025</span> plugdata. Released under the GPL-3.0 license. Based on Pure Data by Miller Puckette.</p>
<div class="socials">
<a href="https://github.com/plugdata-team/plugdata" target="_blank" rel="noreferrer" aria-label="GitHub"><svg width="16" height="16" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
</svg></a>
<a href="https://discord.gg/eT2RxdF9Nq" target="_blank" rel="noreferrer" aria-label="Discord"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M19.27 5.33A18 18 0 0 0 14.9 4l-.2.42a16.6 16.6 0 0 0-4.9 0L9.6 4a18 18 0 0 0-4.37 1.33C2.5 9.32 1.76 13.2 2.13 17a18.5 18.5 0 0 0 5.6 2.83l.45-.62a13 13 0 0 1-2.13-1.03l.52-.41a13 13 0 0 0 11.16 0l.52.41c-.66.4-1.38.74-2.13 1.03l.45.62A18.5 18.5 0 0 0 21.87 17c.46-4.55-.74-8.4-2.6-11.67zM9.34 14.6a1.78 1.78 0 0 1-1.66-1.86 1.7 1.7 0 1 1 3.32 0c0 1.03-.74 1.86-1.66 1.86zm5.32 0a1.78 1.78 0 0 1-1.66-1.86 1.7 1.7 0 1 1 3.32 0c0 1.03-.74 1.86-1.66 1.86z"/></svg></a>
</div>
</div>
</div>
</footer>
<!-- Inline object-wall builder (page-specific) -->
<script>
(function(){
var OBJECTS = ["osc~","phasor~","noise~","sig~","line~","vline~","snapshot~","lop~","hip~","bp~","vcf~","biquad~","svf~","comb~","delay~","delread~","delwrite~","tabread~","tabwrite~","tabosc4~","+~","*~","-~","/~","clip~","wrap~","abs~","dac~","adc~","throw~","catch~","send~","receive~","metro","delay","pipe","trigger","select","route","spigot","f","i","+","*","moses","until","random","pack","unpack","list","expr","expr~","fexpr~","loadbang","bang","float","symbol","int","key","sine~","saw~","tri~","pulse~","impulse~","blsquare~","blsaw~","envgen~","asr~","adsr~","lag~","slew~","decay~","reverb~","freeverb~","plate.rev~","click~","drive~","fold~","wrap2~","rotate~","pan2~","pan4~","cycle~","phasor","thresh~","minimum~","maximum~","gate~","selector~","matrix~","buffir~"];
var wall = document.getElementById('object-wall');
if (!wall) return;
var html = '';
for (var i = 0; i < OBJECTS.length; i++) {
var cls = 'obj';
var name = OBJECTS[i];
var hasTilde = name.includes('~');
if (!hasTilde && i % 9 === 0) {
cls += ' primary';
}
if (hasTilde && i % 11 === 0) {
cls += ' accent';
}
html += '<span class="' + cls + '">' + name + '</span>';
}
wall.innerHTML = html;
})();
</script>
<script src="main.js"></script>
<script>
spawnPatchCarousel();
</script>
</body>
</html>