mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 16:33:19 -04:00
test all in source examples
This commit is contained in:
@@ -83,7 +83,9 @@ const toneHelpersMocked = {
|
||||
highpass: mockNode,
|
||||
};
|
||||
|
||||
// tone mock
|
||||
strudel.Pattern.prototype.osc = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype.tone = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user