mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 21:47:16 -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