UNPKG

@trackr/effects-gain

Version:

A subpackage of trackr that contains gain effects.

7 lines (6 loc) 192 B
import { Effect } from "@trackr/core"; export interface GainOptions { value: number; } export declare const gain: Effect<GainOptions>; export declare const randomGain: Effect<void>;