Merge branch 'tidalcycles:main' into worklet_improvements

This commit is contained in:
Jade (Rose) Rowland 2024-02-28 17:10:09 -05:00 committed by GitHub
commit 57e1c1bd89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 262 additions and 201 deletions

View file

@ -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') {