fix: spectrum example test

This commit is contained in:
Felix Roos
2024-12-16 23:19:57 +01:00
parent eb02997836
commit 896a3828f6
2 changed files with 72 additions and 0 deletions
+3
View File
@@ -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;
};