delaysync

This commit is contained in:
Jade (Rose) Rowland
2025-06-27 15:54:39 -04:00
parent 3acc364a03
commit 09d05abd70
3 changed files with 18 additions and 3 deletions
-1
View File
@@ -21,7 +21,6 @@ export const webaudioOutput = (hap, deadline, hapDuration, cps, t) => {
return superdough(hap2value(hap), t ? `=${t}` : deadline, hapDuration, cps);
};
Pattern.prototype.webaudio = function () {
return this.onTrigger(webaudioOutputTrigger);
};