Closed dy closed 7 years ago
Should consider changing detune and frequency to a-rate params. It highly depends on audio-through implementation, though.
Best way to do that is passing function to options like so
let oscillate = require('audio-oscillator')({ frequency: (i, t) => v })
Covered by #20
Should consider changing detune and frequency to a-rate params. It highly depends on audio-through implementation, though.