Merge branch 'tidalcycles:main' into worklet_improvements
This commit is contained in:
commit
57e1c1bd89
77 changed files with 262 additions and 201 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