The simplest possible Pulp plugin. A stereo gain effect with input gain, output gain, and bypass parameters. This is the canonical example for learning how to build a Pulp plugin and is the recommended starting point for new developers.
The same Processor code that runs as VST3/AU/CLAP can be compiled to
WebAssembly through the web-demo lane. The local tools/browser-host/ app is
currently a browser-host scaffold; end-to-end WAM plugin audio is not yet
runtime-validated there.
Experimental; the PulpGain canary loads, renders audio, and shows generated controls in Chrome (fixture + Node runner)
WebCLAP (WASM)
Experimental; checked-in PulpGain WebCLAP builds and is Node-hosted through the full CLAP lifecycle (audio + parameter control); not yet in-browser-hosted