Merge remote-tracking branch 'upstream/main' into pickr-pickrmod
This commit is contained in:
commit
ed1f3e1e8c
2 changed files with 14 additions and 1 deletions
|
|
@ -253,6 +253,11 @@ function effectSend(input, effect, wet) {
|
|||
return send;
|
||||
}
|
||||
|
||||
export function resetGlobalEffects() {
|
||||
delays = {};
|
||||
reverbs = {};
|
||||
}
|
||||
|
||||
export const superdough = async (value, deadline, hapDuration) => {
|
||||
const ac = getAudioContext();
|
||||
if (typeof value !== 'object') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue