@synthlet/state-variable-filter
v0.2.0
Published
State Variable Filter module for synthlet
Downloads
13
Maintainers
Readme
@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" })]);