regenerate snapshots - update webaudio ones

This commit is contained in:
Felix Roos 2022-06-18 00:39:25 +02:00
parent 5fd88f9213
commit c1e934d171
2 changed files with 10 additions and 5 deletions

View File

@ -84,6 +84,9 @@ const toneHelpersMocked = {
strudel.Pattern.prototype.tone = function () {
return this;
};
strudel.Pattern.prototype.webdirt = function () {
return this;
};
// draw mock
strudel.Pattern.prototype.pianoroll = function () {
@ -184,6 +187,6 @@ export const testCycles = {
randomBells: 24,
waa: 16,
waar: 16,
hyperpop: 60,
hyperpop: 10,
festivalOfFingers3: 16,
};

File diff suppressed because one or more lines are too long