Mostly working version
This commit is contained in:
parent
0dbca05de0
commit
19b710c401
9 changed files with 56 additions and 70 deletions
|
|
@ -331,7 +331,7 @@ export async function onTriggerSample(t, value, onended, bank, resolveUrl) {
|
|||
const stop = (endTime) => {
|
||||
bufferSource.stop(endTime);
|
||||
};
|
||||
const handle = { node: out, bufferSource, stop };
|
||||
const handle = { node: out, source: bufferSource, stop };
|
||||
|
||||
// cut groups
|
||||
if (cut !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue