Add LFOs and envelopes
This commit is contained in:
parent
8c3ee6db6b
commit
917d01c47d
5 changed files with 247 additions and 34 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import { clamp } from './util.mjs';
|
||||
import { registerSound, getAudioContext, soundMap, getLfo } from './superdough.mjs';
|
||||
import { registerSound, getAudioContext, soundMap } from './superdough.mjs';
|
||||
import {
|
||||
applyFM,
|
||||
destroyAudioWorkletNode,
|
||||
gainNode,
|
||||
getADSRValues,
|
||||
getFrequencyFromValue,
|
||||
getLfo,
|
||||
getParamADSR,
|
||||
getPitchEnvelope,
|
||||
getVibratoOscillator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue