Merge branch 'main' into glossing/lfo-anything
This commit is contained in:
commit
32924b3fcf
29 changed files with 1304 additions and 253 deletions
|
|
@ -6,6 +6,7 @@ import {
|
|||
getADSRValues,
|
||||
getPitchEnvelope,
|
||||
getVibratoOscillator,
|
||||
onceEnded,
|
||||
} from '@strudel/webaudio';
|
||||
import gm from './gm.mjs';
|
||||
|
||||
|
|
@ -170,7 +171,7 @@ export function registerSoundfonts() {
|
|||
|
||||
bufferSource.stop(envEnd);
|
||||
const stop = (releaseTime) => {};
|
||||
bufferSource.onended = () => {
|
||||
onceEnded(bufferSource, () => {
|
||||
bufferSource.disconnect();
|
||||
vibratoOscillator?.stop();
|
||||
node.disconnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue