regenerate snapshots - update webaudio ones
This commit is contained in:
parent
5fd88f9213
commit
c1e934d171
2 changed files with 10 additions and 5 deletions
|
|
@ -84,6 +84,9 @@ const toneHelpersMocked = {
|
||||||
strudel.Pattern.prototype.tone = function () {
|
strudel.Pattern.prototype.tone = function () {
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
strudel.Pattern.prototype.webdirt = function () {
|
||||||
|
return this;
|
||||||
|
};
|
||||||
|
|
||||||
// draw mock
|
// draw mock
|
||||||
strudel.Pattern.prototype.pianoroll = function () {
|
strudel.Pattern.prototype.pianoroll = function () {
|
||||||
|
|
@ -184,6 +187,6 @@ export const testCycles = {
|
||||||
randomBells: 24,
|
randomBells: 24,
|
||||||
waa: 16,
|
waa: 16,
|
||||||
waar: 16,
|
waar: 16,
|
||||||
hyperpop: 60,
|
hyperpop: 10,
|
||||||
festivalOfFingers3: 16,
|
festivalOfFingers3: 16,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue