Merge branch 'main' into 909bd
This commit is contained in:
commit
5d829419ba
5 changed files with 168 additions and 5 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
getVibratoOscillator,
|
||||
webAudioTimeout,
|
||||
getWorklet,
|
||||
noises,
|
||||
} from './helpers.mjs';
|
||||
import { getNoiseMix, getNoiseOscillator } from './noise.mjs';
|
||||
|
||||
|
|
@ -40,7 +41,6 @@ const waveformAliases = [
|
|||
['saw', 'sawtooth'],
|
||||
['sin', 'sine'],
|
||||
];
|
||||
const noises = ['pink', 'white', 'brown', 'crackle'];
|
||||
|
||||
function makeSaturationCurve(amount, n_samples) {
|
||||
const k = typeof amount === 'number' ? amount : 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue