Merge branch 'main' into glossing/distortion-modes
This commit is contained in:
commit
ccbf28f2db
14 changed files with 774 additions and 151 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { clamp } from './util.mjs';
|
||||
import { registerSound, soundMap, getLfo } from './superdough.mjs';
|
||||
import { registerSound, soundMap } from './superdough.mjs';
|
||||
import { getAudioContext } from './audioContext.mjs';
|
||||
import {
|
||||
applyFM,
|
||||
|
|
@ -7,6 +7,7 @@ import {
|
|||
gainNode,
|
||||
getADSRValues,
|
||||
getFrequencyFromValue,
|
||||
getLfo,
|
||||
getParamADSR,
|
||||
getPitchEnvelope,
|
||||
getVibratoOscillator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue