fix: spectrum example test
This commit is contained in:
parent
eb02997836
commit
896a3828f6
2 changed files with 72 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ strudel.Pattern.prototype._pitchwheel = function () {
|
|||
strudel.Pattern.prototype._pianoroll = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype._spectrum = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype.markcss = function () {
|
||||
return this;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue