mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-06 23:19:44 -04:00
fix: test runtime for uniform function
This commit is contained in:
@@ -77,6 +77,9 @@ const toneHelpersMocked = {
|
||||
strudel.Pattern.prototype.osc = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype.uniform = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype.csound = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user