Fixes for zzfx and soundfonts
This commit is contained in:
parent
b6264a1513
commit
0edede106a
2 changed files with 6 additions and 2 deletions
|
|
@ -75,7 +75,6 @@ export const getZZFX = (value, t) => {
|
|||
source.start(t);
|
||||
return {
|
||||
node: source,
|
||||
nodes: { source: [source] },
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -91,6 +90,7 @@ export function registerZZFXSounds() {
|
|||
});
|
||||
return {
|
||||
node: o,
|
||||
nodes: { source: [o] },
|
||||
stop: () => {},
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue