State Variable Filter module for synthlet
If you're using synthlet, this filter is included by default and exposed by patch.filter
:
import { Patch } from "synthlet";
const patch = new Patch();
await patch.create([patch.osc(), patch.filter({ type: "lowpass" })]);