UNPKG

@trackr/effects-gain

Version:

A subpackage of trackr that contains gain effects.

5 lines (4 loc) 171 B
import { vibrato } from './vibrato'; import { envelope } from './envelope'; import { gain, randomGain } from './gain'; export { gain, randomGain, envelope, vibrato };