0.4.0 • Published 3 years ago

@trackr/instruments v0.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Trackr Gain Effects

This package provides a gain and randomGain to add volume to your step as an effect.

Look at this example below to get you started.

const s1 = step(noteC3, 1, oscillator({type: 'sine'}), gain({value: 0.1}));
const s2 = step(noteC5, 1, oscillator({type: 'sine'}), randomGain());

First part is the note and the last part is the octave.