mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 21:27:07 -04:00
fix: spectrum example test
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user