create release audio param method, make volume envelopes consistant
This commit is contained in:
parent
fe60f34015
commit
d7fae2620e
2 changed files with 28 additions and 16 deletions
|
|
@ -42,7 +42,7 @@ export function registerSynthSounds() {
|
|||
let { density } = value;
|
||||
sound = getNoiseOscillator(s, t, density);
|
||||
}
|
||||
|
||||
console.log(sound);
|
||||
let { node: o, stop, triggerRelease } = sound;
|
||||
|
||||
// turn down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue