From e9c1db020f7891c19064cf63a9b2e4f6828ac834 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 11 Jan 2023 22:11:22 +0100 Subject: [PATCH] hotfix: remove mocked .out --- test/runtime.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtime.mjs b/test/runtime.mjs index 444c5add..25fd2ec7 100644 --- a/test/runtime.mjs +++ b/test/runtime.mjs @@ -116,7 +116,7 @@ strudel.Pattern.prototype.filter = function () { strudel.Pattern.prototype.adsr = function () { return this; }; -strudel.Pattern.prototype.out = function () { +strudel.Pattern.prototype.webaudio = function () { return this; }; strudel.Pattern.prototype.soundfont = function () {