0.2.0 • Published 10 months ago

@synthlet/state-variable-filter v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@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" })]);
0.2.0

10 months ago

0.1.0

10 months ago