This commit is contained in:
Felix Roos 2024-06-02 23:14:32 +02:00
parent 1acb675f5a
commit 357fbf8c82
2 changed files with 139 additions and 40 deletions

View file

@ -125,6 +125,15 @@ strudel.Pattern.prototype.midi = function () {
strudel.Pattern.prototype._scope = function () {
return this;
};
strudel.Pattern.prototype._spiral = function () {
return this;
};
strudel.Pattern.prototype._pitchwheel = function () {
return this;
};
strudel.Pattern.prototype._pianoroll = function () {
return this;
};
const uiHelpersMocked = {
backgroundImage: id,