UNPKG

@trackr/effects-gain

Version:

A subpackage of trackr that contains gain effects.

7 lines (6 loc) 177 B
import { Effect } from "@trackr/core"; export interface VibratoOptions { frequency: number; value: number; } export declare const vibrato: Effect<VibratoOptions>;