snapshot
This commit is contained in:
parent
1acb675f5a
commit
357fbf8c82
2 changed files with 139 additions and 40 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue