0.2.0 • Published 10 months ago
@synthlet/state-variable-filter v0.2.0
@synthlet/state-variable-filter
State Variable Filter module for synthlet
Usage
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" })]);