hotfix: remove mocked .out

This commit is contained in:
Felix Roos 2023-01-11 22:11:22 +01:00
parent 08cd319a0b
commit e9c1db020f

View File

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