A convolution reverb running in your browser. Size sets how long the space rings; Mix balances the dry sound against the reverb. Nothing is uploaded — it all runs on your machine.
The same C++ processor that builds as a native VST3, AU and CLAP plugin, compiled for the web. The editor is not HTML: it is Pulp's own view tree — the widgets, layout and text shaping the desktop editor uses — drawn by Skia straight onto the page's canvas.
The processor compiled to a headless DSP module and driven directly by an AudioWorklet. Runs on any static host — no special headers.
▶ Open the WAM demo WebCLAPNot a port: the CLAP plugin itself, compiled to wasm and loaded by a CLAP host that lives
inside the audio worklet. It calls the same clap_entry a desktop DAW calls.
Needs COOP/COEP.